forked from mirrors/qmk_userspace
Remove legacy USE_SERIAL define (#18292)
* Remove legacy USE_SERIAL define * tidy up missed comments
This commit is contained in:
parent
8833b28361
commit
dc4af81e0b
276 changed files with 46 additions and 966 deletions
|
@ -15,7 +15,6 @@
|
|||
#define QMK_LED B0
|
||||
#define QMK_ESC_OUTPUT F6 // usually COL
|
||||
#define QMK_ESC_INPUT D7 // usually ROW
|
||||
#define USE_SERIAL
|
||||
#undef USE_I2C
|
||||
#define EE_HANDS
|
||||
#endif
|
||||
|
@ -36,7 +35,7 @@
|
|||
|
||||
// use alternate settings for 4x4 board using ProMicro instead of Micro
|
||||
// usage: make 4x4:wanleg PM=yes
|
||||
#if defined(KEYBOARD_40percentclub_4x4) && defined(PRO_MICRO)
|
||||
#if defined(KEYBOARD_40percentclub_4x4) && defined(PRO_MICRO)
|
||||
#define QMK_ESC_OUTPUT F4 // usually COL
|
||||
#define QMK_ESC_INPUT D1 // usually ROW
|
||||
#define QMK_LED B0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue