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.

39 lines
1.1 KiB

  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. MIDI_ENABLE = no
  21. SLEEP_LED_ENABLE = no
  22. # Disable other unused options on all keyboards.
  23. AUTO_SHIFT_ENABLE = no
  24. COMBO_ENABLE = no
  25. KEYBOARD_LOCK_ENABLE = no
  26. KEY_LOCK_ENABLE = no
  27. LEADER_ENABLE = no
  28. SWAP_HANDS_ENABLE = no
  29. TAP_DANCE_ENABLE = no
  30. UCIS_ENABLE = no
  31. UNICODEMAP_ENABLE = no
  32. UNICODE_ENABLE = no