forked from forks/qmk_firmware
598384bc10
* Change tapping term to be longer * Make Audio/Underglow settings permanent * Use wait_ms rather than _delay_ms * Readd One Shot Mods * Switch to Imperial March startup sound * Move OSM to it's own layer * Minor Formatting Tweaks * Keymap Templates and formatting fixes
10 lines
412 B
Makefile
10 lines
412 B
Makefile
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
|
|
MOUSEKEY_ENABLE = no # Mouse keys(+4700)
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
|
|
CONSOLE_ENABLE = no # Console for debug(+400)
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
TAP_DANCE_ENABLE = no
|
|
RGBLIGHT_ENABLE = yes
|
|
AUDIO_ENABLE = yes
|
|
NKRO_ENABLE = yes
|