mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-14 13:50:46 +00:00
10 lines
177 B
Makefile
10 lines
177 B
Makefile
|
# Build Options
|
||
|
# change yes to no to disable
|
||
|
#
|
||
|
BOOTMAGIC_ENABLE = yes
|
||
|
EXTRAKEY_ENABLE = yes
|
||
|
NKRO_ENABLE = yes
|
||
|
LTO_ENABLE = yes
|
||
|
RGBLIGHT_ENABLE = yes
|
||
|
RGBLIGHT_DRIVER = WS2812
|