You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
396 B
Makefile
10 lines
396 B
Makefile
7 years ago
|
ifndef QUANTUM_DIR
|
||
|
include ../../../../Makefile
|
||
|
endif
|
||
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
||
|
NKRO_ENABLE = yes # N-Key rollover.
|
||
|
# MOUSEKEY_ENABLE = yes # Mouse mode.
|
||
|
TAP_DANCE_ENABLE = no # Tap dance enabled.
|
||
|
UNICODEMAP_ENABLE = no # Unicode keymap (sucks on osx).
|
||
|
AUDIO_ENABLE = yes # Audio output on port C6
|