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.

36 lines
908 B

  1. SRC += bcat.c
  2. # Enable Bootmagic Lite to consistently reset to bootloader and clear EEPROM.
  3. BOOTMAGIC_ENABLE = lite
  4. # Enable media keys on all keyboards. (Even though I don't use mouse keys, they
  5. # seem to be required for media keys to register on Chrome OS.)
  6. EXTRAKEY_ENABLE = yes
  7. MOUSEKEY_ENABLE = yes
  8. # Enable link-time optimization to reduce binary size.
  9. LINK_TIME_OPTIMIZATION_ENABLE = yes
  10. # Disable unused build options on all keyboards.
  11. COMMAND_ENABLE = no
  12. CONSOLE_ENABLE = no
  13. NKRO_ENABLE = no
  14. TERMINAL_ENABLE = no
  15. # Disable unused hardware options on all keyboards.
  16. FAUXCLICKY_ENABLE = no
  17. MIDI_ENABLE = no
  18. SLEEP_LED_ENABLE = no
  19. # Disable unused other options.
  20. API_SYSEX_ENABLE = no
  21. AUTO_SHIFT_ENABLE = no
  22. COMBO_ENABLE = no
  23. KEYBOARD_LOCK_ENABLE = no
  24. KEY_LOCK_ENABLE = no
  25. LEADER_ENABLE = no
  26. SWAP_HANDS_ENABLE = no
  27. TAP_DANCE_ENABLE = no
  28. UCIS_ENABLE = no
  29. UNICODEMAP_ENABLE = no
  30. UNICODE_ENABLE = no