forked from mirrors/qmk_userspace
Add Bootmagic Lite for now
This commit is contained in:
parent
ba7a1e8976
commit
d29a61e9ce
3 changed files with 27 additions and 2 deletions
|
@ -73,4 +73,11 @@
|
|||
|
||||
#define MACRO_TIMER 5
|
||||
|
||||
|
||||
#if !defined(BOOTMAGIC_LITE) && !defined(BOOTMAGIC_ENABLE)
|
||||
#ifndef BOOTMAGIC_LITE_COLUMN
|
||||
#define BOOTMAGIC_LITE_COLUMN 0
|
||||
#endif
|
||||
#ifndef BOOTMAGIC_LITE_ROW
|
||||
#define BOOTMAGIC_LITE_ROW 0
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue