8f108d1bbc
Co-authored-by: jack <0x6a73@protonmail.com>
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
|