blob: eeafc1200622cf077a8cf2551b4956d2330fef9e (
plain)
1
2
3
4
5
6
7
8
9
10
|
# 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
|