mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-17 17:35:30 +00:00
8957e928a2
* move mechkeys keyboards to mechkeys/ * fix compilation * fix default folder
11 lines
530 B
Makefile
Executable file
11 lines
530 B
Makefile
Executable file
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
|
CONSOLE_ENABLE = no # Console for debug(+400)
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend
|
|
NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
|
|
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
|
|
AUDIO_ENABLE = no
|
|
RGBLIGHT_ENABLE = yes
|
|
TAP_DANCE_ENABLE = yes
|
|
UNICODE_ENABLE = yes
|
|
LEADER_ENABLE = yes
|