mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-08-18 03:42:49 +01:00
* Cleanup of keymaps * Remove Tap Dance from Orthodox keymap * Cleaned up userspace and keymaps * Added sample (template)userspace files to my folder
12 lines
220 B
Makefile
12 lines
220 B
Makefile
CONSOLE_ENABLE = no
|
|
TAP_DANCE_ENABLE = no
|
|
RGBLIGHT_ENABLE = yes
|
|
AUDIO_ENABLE = no
|
|
MOUSEKEY_ENABLE = no
|
|
NKRO_ENABLE = yes
|
|
FAUXCLICKY_ENABLE = yes
|
|
|
|
ifndef QUANTUM_DIR
|
|
include ../../../../Makefile
|
|
endif
|