* Switched to keymap.c instead of keymap.json as it has finer control over the keyboard's functionality * Added Caps Word feature for easier typing * Fixed symbol layer parenthesis outputing 9 and 0 when pressing
4 lines
100 B
Makefile
4 lines
100 B
Makefile
# Disable unsupported hardware
|
|
AUDIO_SUPPORTED = no
|
|
BACKLIGHT_SUPPORTED = no
|
|
CAPS_WORD_ENABLE = yes
|