Remove old promicro_bootloader_jmp() declarations (#6444)

This commit is contained in:
fauxpark 2019-08-21 11:05:08 +10:00 committed by Joel Challis
parent 4003d077ce
commit 9bb4e63a11
48 changed files with 3 additions and 165 deletions

View file

@ -3,10 +3,8 @@
#include "deltasplit75.h"
//void promicro_bootloader_jmp(bool program);
#include "quantum.h"
//void promicro_bootloader_jmp(bool program);
//matrix is defined in a weird way here; the layout on both sides are asymmetrical, but the "matrix" is symmetrical but with empty gaps
//the last column is defined as a separate row because the firmware currently doesnt support more than 8 columns (this layout has 9 columns per side) K45 and K110 are the Bs on both sides; K53 and K106 are extra keys for ISO
#define LAYOUT_v2( \
@ -59,4 +57,4 @@
{ KC_NO, KC_NO, K132, K133, K134, K135, K136, K137} \
}
#endif
#endif