rules.mk 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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 N-key rollover on all keyboards. In addition to its intended
  7. # functionality, as of July 2020, this is required for Chrome OS to process
  8. # media keys. (It appears that Chrome OS filters out key events from the second
  9. # USB endpoint's consumer and system control devices unless that endpoint also
  10. # reports a keyboard or mouse device.)
  11. NKRO_ENABLE = yes
  12. # Enable link-time optimization to reduce binary size.
  13. LTO_ENABLE = yes
  14. # Disable unused build options on all keyboards.
  15. COMMAND_ENABLE = no
  16. CONSOLE_ENABLE = no
  17. MOUSEKEY_ENABLE = no
  18. TERMINAL_ENABLE = no
  19. # Disable unused hardware options on all keyboards.
  20. FAUXCLICKY_ENABLE = no
  21. MIDI_ENABLE = no
  22. SLEEP_LED_ENABLE = no
  23. # Disable other unused options on all keyboards.
  24. API_SYSEX_ENABLE = no
  25. AUTO_SHIFT_ENABLE = no
  26. COMBO_ENABLE = no
  27. KEYBOARD_LOCK_ENABLE = no
  28. KEY_LOCK_ENABLE = no
  29. LEADER_ENABLE = no
  30. SWAP_HANDS_ENABLE = no
  31. TAP_DANCE_ENABLE = no
  32. UCIS_ENABLE = no
  33. UNICODEMAP_ENABLE = no
  34. UNICODE_ENABLE = no