mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-13 05:11:01 +00:00
24 lines
360 B
Makefile
24 lines
360 B
Makefile
|
#Features
|
||
|
TAP_DANCE_ENABLE = yes
|
||
|
SPACE_CADET_ENABLE = yes
|
||
|
|
||
|
|
||
|
MAGIC_ENABLE = yes
|
||
|
EXTRAKEY_ENABLE = yes
|
||
|
MOUSEKEY_ENABLE = yes
|
||
|
LEADER_ENABLE = yes
|
||
|
DYNAMIC_MACRO_ENABLE = yes
|
||
|
|
||
|
#Disabled Features
|
||
|
#COMBO_ENABLE = no
|
||
|
# Combo Key Grave and Escape
|
||
|
#GRAVE_ESC_ENABLE = no
|
||
|
# no unicode support
|
||
|
#UNICODE_ENABLE = no
|
||
|
|
||
|
#Debugging
|
||
|
#COMMAND_ENABLE = no
|
||
|
#CONSOLE_ENABLE = yes
|
||
|
|
||
|
|