8 lines
279 B
Makefile
8 lines
279 B
Makefile
|
BOOTLOADER = qmk-dfu
|
||
|
|
||
|
BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
|
||
|
CONSOLE_ENABLE = yes # Console for debug
|
||
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
||
|
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|
||
|
LTO_ENABLE = yes
|