mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-01-10 03:29:30 +00:00
8 lines
167 B
Makefile
8 lines
167 B
Makefile
|
# features enabled by default that I want to turn off
|
||
|
BACKLIGHT_ENABLE = no
|
||
|
MOUSEKEY_ENABLE = no
|
||
|
RGBLIGHT_ENABLE = no
|
||
|
|
||
|
# features I want to add
|
||
|
TAP_DANCE_ENABLE = yes
|