mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-29 20:26:56 +06:00
14 lines
306 B
Makefile
14 lines
306 B
Makefile
|
# https://beta.docs.qmk.fm/reference/config-options#feature-options
|
||
|
# Features Specifically Wanted
|
||
|
EXTRAKEY_ENABLE = yes
|
||
|
STENO_ENABLE = yes
|
||
|
NKRO_ENABLE = yes
|
||
|
AUDIO_ENABLE = yes
|
||
|
|
||
|
# Features taking up space
|
||
|
MOUSEKEY_ENABLE = no
|
||
|
MIDI_ENABLE = no
|
||
|
CONSOLE_ENABLE = no
|
||
|
RGBLIGHT_ENABLE = no
|
||
|
BACKLIGHT_ENABLE = no
|