2022-04-19 11:05:13 +00:00
|
|
|
LTO_ENABLE = yes # link time optimization -- achieves a smaller compiled size
|
|
|
|
CONSOLE_ENABLE = no
|
|
|
|
COMMAND_ENABLE = no
|
|
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
2022-07-02 14:11:26 +00:00
|
|
|
VIA_ENABLE = yes
|
2022-04-19 11:05:13 +00:00
|
|
|
|
2022-07-02 14:11:26 +00:00
|
|
|
MOUSEKEY_ENABLE = yes
|
2022-08-13 16:24:07 +00:00
|
|
|
TAP_DANCE_ENABLE = no
|
2022-07-02 14:11:26 +00:00
|
|
|
CAPS_WORD_ENABLE = yes # Enable built-in Caps Word functionality
|
2022-04-19 11:05:13 +00:00
|
|
|
IDLE_TIMEOUT_ENABLE = yes
|
|
|
|
STARTUP_NUMLOCK_ON = yes
|
|
|
|
ENCODER_DEFAULTACTIONS_ENABLE = no
|
|
|
|
COLEMAK_LAYER_ENABLE = yes # Enable Colemak layer / set to no to disable
|
|
|
|
INVERT_NUMLOCK_INDICATOR = yes
|
2022-07-02 14:11:26 +00:00
|
|
|
GAME_ENABLE ?= yes # Enable Paddle Game / set to no to disable
|
|
|
|
ifeq ($(strip $(GAME_ENABLE)), yes)
|
|
|
|
OPT_DEFS += -DGAME_ENABLE
|
|
|
|
endif
|