[Keyboard] instant60: Enable bootmagic lite to make eeprom reset easier (#7566)
This commit is contained in:
parent
201c5bfa5c
commit
4b11c2b552
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ VPATH += keyboards/cannonkeys/stm32f072
|
||||||
SRC = keyboard.c \
|
SRC = keyboard.c \
|
||||||
led.c
|
led.c
|
||||||
|
|
||||||
#BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
|
BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
|
||||||
MOUSEKEY_ENABLE = yes # Mouse keys
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
||||||
EXTRAKEY_ENABLE = yes # Audio control and System control
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
||||||
CONSOLE_ENABLE = yes # Console for debug
|
CONSOLE_ENABLE = yes # Console for debug
|
||||||
|
|
Loading…
Reference in a new issue