2019-05-23 06:08:48 +02: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 03:53:49 +01:00
|
|
|
MOUSEKEY_ENABLE = yes
|
2019-05-23 06:08:48 +02:00
|
|
|
|
|
|
|
# Disable some unwanted features on all keyboards.
|
2019-10-28 03:53:49 +01:00
|
|
|
API_SYSEX_ENABLE = no
|
2019-05-23 06:08:48 +02:00
|
|
|
COMMAND_ENABLE = no
|
2019-10-28 03:53:49 +01:00
|
|
|
CONSOLE_ENABLE = no
|
|
|
|
FAUXCLICKY_ENABLE = no
|
|
|
|
MIDI_ENABLE = no
|
2019-05-23 06:08:48 +02:00
|
|
|
NKRO_ENABLE = no
|
2019-10-28 03:53:49 +01:00
|
|
|
SLEEP_LED_ENABLE = no
|
|
|
|
UCIS_ENABLE = no
|
2019-09-07 17:58:17 +02:00
|
|
|
UNICODE_ENABLE = no
|
2019-10-28 03:53:49 +01:00
|
|
|
UNICODEMAP_ENABLE = no
|