blob: 0bba0b6eaf15b672bacdfc41e5919f21e1565a08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = atmel-dfu
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
CUSTOM_MATRIX = lite
SRC += matrix.c
|