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.

23 lines
555 B

  1. SRC += bcat.c
  2. # Enable Bootmagic Lite to consistently reset to bootloader and clear EEPROM.
  3. BOOTMAGIC_ENABLE = lite
  4. # Enable mouse and media keys on all keyboards.
  5. EXTRAKEY_ENABLE = yes
  6. MOUSEKEY_ENABLE = yes
  7. # Disable some unwanted features on all keyboards.
  8. API_SYSEX_ENABLE = no
  9. COMMAND_ENABLE = no
  10. CONSOLE_ENABLE = no
  11. FAUXCLICKY_ENABLE = no
  12. MIDI_ENABLE = no
  13. NKRO_ENABLE = no
  14. SLEEP_LED_ENABLE = no
  15. UCIS_ENABLE = no
  16. UNICODE_ENABLE = no
  17. UNICODEMAP_ENABLE = no
  18. # Enable link-time optimization to reduce binary size.
  19. LINK_TIME_OPTIMIZATION_ENABLE = yes