11 lines
401 B
Makefile
11 lines
401 B
Makefile
# MCU name
|
|
MCU = atmega32u4
|
|
BOOTLOADER = atmel-dfu
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
|
|
UNICODEMAP_ENABLE = yes # Unicode
|
|
TAP_DANCE_ENABLE = yes
|