92be2439ec
* Move grave/tilde and backslash/pipe to left hand * Shift media keys to be aligned with home row * Update KLE images * Mention new media key location in readme * Turn off a couple more features for explicitness
18 lines
448 B
Makefile
18 lines
448 B
Makefile
# 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
|
|
MOUSEKEY_ENABLE = yes
|
|
|
|
# Disable some unwanted features on all keyboards.
|
|
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
|