mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 11:30:30 +08:00
12 lines
251 B
Makefile
12 lines
251 B
Makefile
# Build Options
|
|
# change yes to no to disable
|
|
#
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
|
MOUSEKEY_ENABLE = yes
|
|
EXTRAKEY_ENABLE = yes
|
|
CONSOLE_ENABLE = no
|
|
COMMAND_ENABLE = yes
|
|
BACKLIGHT_ENABLE = yes
|
|
RGBLIGHT_ENABLE = no
|
|
WS2812_DRIVER = i2c
|