mirror of https://github.com/qmk/qmk_firmware
16 lines
319 B
Makefile
16 lines
319 B
Makefile
ifndef QUANTUM_DIR
|
|
include ../../../../Makefile
|
|
endif
|
|
|
|
# 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
|