2019-11-02 01:48:58 +00:00
|
|
|
SRC += bcat.c
|
|
|
|
|
2019-05-23 04:08:48 +00:00
|
|
|
# Enable Bootmagic Lite to consistently reset to bootloader and clear EEPROM.
|
|
|
|
BOOTMAGIC_ENABLE = lite
|
|
|
|
|
2020-07-10 21:57:49 +00:00
|
|
|
# Enable media keys on all keyboards. (Even though I don't use mouse keys, they
|
|
|
|
# seem to be required for media keys to register on Chrome OS.)
|
2019-05-23 04:08:48 +00:00
|
|
|
EXTRAKEY_ENABLE = yes
|
2020-07-10 21:57:49 +00:00
|
|
|
MOUSEKEY_ENABLE = yes
|
2019-05-23 04:08:48 +00:00
|
|
|
|
2020-04-22 20:26:51 +00:00
|
|
|
# Enable link-time optimization to reduce binary size.
|
|
|
|
LINK_TIME_OPTIMIZATION_ENABLE = yes
|
|
|
|
|
|
|
|
# Disable unused build options on all keyboards.
|
2019-05-23 04:08:48 +00:00
|
|
|
COMMAND_ENABLE = no
|
2019-10-28 02:53:49 +00:00
|
|
|
CONSOLE_ENABLE = no
|
2019-05-23 04:08:48 +00:00
|
|
|
NKRO_ENABLE = no
|
2020-04-22 20:26:51 +00:00
|
|
|
TERMINAL_ENABLE = no
|
|
|
|
|
|
|
|
# Disable unused hardware options on all keyboards.
|
|
|
|
FAUXCLICKY_ENABLE = no
|
|
|
|
MIDI_ENABLE = no
|
2019-10-28 02:53:49 +00:00
|
|
|
SLEEP_LED_ENABLE = no
|
2020-04-22 20:26:51 +00:00
|
|
|
|
|
|
|
# Disable unused other options.
|
|
|
|
API_SYSEX_ENABLE = no
|
|
|
|
AUTO_SHIFT_ENABLE = no
|
|
|
|
COMBO_ENABLE = no
|
|
|
|
KEYBOARD_LOCK_ENABLE = no
|
|
|
|
KEY_LOCK_ENABLE = no
|
|
|
|
LEADER_ENABLE = no
|
|
|
|
SWAP_HANDS_ENABLE = no
|
|
|
|
TAP_DANCE_ENABLE = no
|
2019-10-28 02:53:49 +00:00
|
|
|
UCIS_ENABLE = no
|
|
|
|
UNICODEMAP_ENABLE = no
|
2020-04-22 20:26:51 +00:00
|
|
|
UNICODE_ENABLE = no
|