forked from mirrors/qmk_firmware
40676d058e
* [Keymap] adding new user (p4yne) layout with complex lighting features (per layer, per key, per type) and usefull layers DE/US, etc. Co-authored-by: Drashna Jaelre <drashna@live.com>
23 lines
360 B
Makefile
23 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
|
|
|
|
|