forked from forks/qmk_firmware
d90038eb9c
* Turn off more unnecessary features by default * Double TAP_CODE_DELAY due to more media key issues Even with this change, some of the rotary encoder turns on my BDN9's volume knob still seem to get dropped. It's possible there's something wrong with the encoder itself. (Maybe the TAP_CODE_DELAY actually causes QMK to miss an encoder turn? Unclear.) The other knob (backlight brightness) works fine, FWIW.... * Restructure userspace config.h a bit * Hack around Instant60 Via EEPROM conflict Remove this when #6589 is fixed for Via boards. * Add backlight breathing and (EEPROM) reset to BDN9 * Add keymap for 9-Key macropad
14 lines
346 B
Makefile
14 lines
346 B
Makefile
# 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
|
|
|
|
# Disable some unwanted features on all keyboards.
|
|
CONSOLE_ENABLE = no
|
|
COMMAND_ENABLE = no
|
|
NKRO_ENABLE = no
|
|
UNICODE_ENABLE = no
|
|
API_SYSEX_ENABLE = no
|