23 lines
392 B
Makefile
23 lines
392 B
Makefile
|
# Load Time Optimization
|
||
|
LTO_ENABLE = yes
|
||
|
|
||
|
# Space Cadet (Shift/Ctrl/Alt tapping for parenthesis)
|
||
|
SPACE_CADET_ENABLE = no
|
||
|
|
||
|
# Mouse keys bindable to keyboard
|
||
|
MOUSEKEY_ENABLE = no
|
||
|
|
||
|
# Console
|
||
|
CONSOLE_ENABLE = no
|
||
|
|
||
|
# Command (Change keyboard behavior without having to flash)
|
||
|
COMMAND_ENABLE = no
|
||
|
|
||
|
# Magic QMK keycodes
|
||
|
MAGIC_ENABLE = no
|
||
|
|
||
|
# No audio stuff
|
||
|
MUSIC_ENABLE = no
|
||
|
|
||
|
# No WPM
|
||
|
WPM_ENABLE = no
|