You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
697 B

  1. LTO_ENABLE = yes # link time optimization -- achieves a smaller compiled size
  2. CONSOLE_ENABLE = no
  3. COMMAND_ENABLE = no
  4. MOUSEKEY_ENABLE = yes
  5. VIA_ENABLE = yes
  6. TAP_DANCE_ENABLE = yes
  7. BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
  8. CAPS_WORD_ENABLE = yes # Enable built-in Caps Word functionality
  9. TD_LSFT_CAPSLOCK_ENABLE = yes
  10. IDLE_TIMEOUT_ENABLE = yes
  11. STARTUP_NUMLOCK_ON = yes
  12. ENCODER_DEFAULTACTIONS_ENABLE = no
  13. COLEMAK_LAYER_ENABLE = yes # Enable Colemak layer / set to no to disable
  14. INVERT_NUMLOCK_INDICATOR = yes
  15. GAME_ENABLE ?= yes # Enable Paddle Game / set to no to disable
  16. ifeq ($(strip $(GAME_ENABLE)), yes)
  17. OPT_DEFS += -DGAME_ENABLE
  18. endif