2019-11-02 07:48:58 +06:00
|
|
|
SRC += bcat.c
|
|
|
|
|
2019-05-23 10:08:48 +06:00
|
|
|
# Enable Bootmagic Lite to consistently reset to bootloader and clear EEPROM.
|
|
|
|
BOOTMAGIC_ENABLE = lite
|
|
|
|
|
|
|
|
# Enable mouse and media keys on all keyboards.
|
|
|
|
EXTRAKEY_ENABLE = yes
|
2019-10-28 08:53:49 +06:00
|
|
|
MOUSEKEY_ENABLE = yes
|
2019-05-23 10:08:48 +06:00
|
|
|
|
|
|
|
# Disable some unwanted features on all keyboards.
|
2019-10-28 08:53:49 +06:00
|
|
|
API_SYSEX_ENABLE = no
|
2019-05-23 10:08:48 +06:00
|
|
|
COMMAND_ENABLE = no
|
2019-10-28 08:53:49 +06:00
|
|
|
CONSOLE_ENABLE = no
|
|
|
|
FAUXCLICKY_ENABLE = no
|
|
|
|
MIDI_ENABLE = no
|
2019-05-23 10:08:48 +06:00
|
|
|
NKRO_ENABLE = no
|
2019-10-28 08:53:49 +06:00
|
|
|
SLEEP_LED_ENABLE = no
|
|
|
|
UCIS_ENABLE = no
|
2019-09-07 21:58:17 +06:00
|
|
|
UNICODE_ENABLE = no
|
2019-10-28 08:53:49 +06:00
|
|
|
UNICODEMAP_ENABLE = no
|
2019-11-02 07:48:58 +06:00
|
|
|
|
|
|
|
# Enable link-time optimization to reduce binary size.
|
|
|
|
LINK_TIME_OPTIMIZATION_ENABLE = yes
|