rules.mk 801 B

1234567891011121314151617181920212223242526272829303132333435
  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.
  5. EXTRAKEY_ENABLE = yes
  6. # Enable link-time optimization to reduce binary size.
  7. LINK_TIME_OPTIMIZATION_ENABLE = yes
  8. # Disable unused build options on all keyboards.
  9. COMMAND_ENABLE = no
  10. CONSOLE_ENABLE = no
  11. MOUSEKEY_ENABLE = no
  12. NKRO_ENABLE = no
  13. TERMINAL_ENABLE = no
  14. # Disable unused hardware options on all keyboards.
  15. FAUXCLICKY_ENABLE = no
  16. MIDI_ENABLE = no
  17. SLEEP_LED_ENABLE = no
  18. # Disable unused other options.
  19. API_SYSEX_ENABLE = no
  20. AUTO_SHIFT_ENABLE = no
  21. COMBO_ENABLE = no
  22. KEYBOARD_LOCK_ENABLE = no
  23. KEY_LOCK_ENABLE = no
  24. LEADER_ENABLE = no
  25. SWAP_HANDS_ENABLE = no
  26. TAP_DANCE_ENABLE = no
  27. UCIS_ENABLE = no
  28. UNICODEMAP_ENABLE = no
  29. UNICODE_ENABLE = no