diff options
Diffstat (limited to 'users/bcat/rules.mk')
-rw-r--r-- | users/bcat/rules.mk | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/users/bcat/rules.mk b/users/bcat/rules.mk index 59f82709ad..6d3444b2ce 100644 --- a/users/bcat/rules.mk +++ b/users/bcat/rules.mk @@ -1,11 +1,23 @@ +SRC += bcat.c + # Enable Bootmagic Lite to consistently reset to bootloader and clear EEPROM. BOOTMAGIC_ENABLE = lite # Enable mouse and media keys on all keyboards. -MOUSEKEY_ENABLE = yes EXTRAKEY_ENABLE = yes +MOUSEKEY_ENABLE = yes # Disable some unwanted features on all keyboards. -CONSOLE_ENABLE = no +API_SYSEX_ENABLE = no COMMAND_ENABLE = no +CONSOLE_ENABLE = no +FAUXCLICKY_ENABLE = no +MIDI_ENABLE = no NKRO_ENABLE = no +SLEEP_LED_ENABLE = no +UCIS_ENABLE = no +UNICODE_ENABLE = no +UNICODEMAP_ENABLE = no + +# Enable link-time optimization to reduce binary size. +LINK_TIME_OPTIMIZATION_ENABLE = yes |