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
|