2021-04-09 20:48:30 +02:00
|
|
|
# MCU name
|
2021-11-04 23:08:40 +01:00
|
|
|
MCU = atmega32u4
|
2021-04-09 20:48:30 +02:00
|
|
|
|
|
|
|
# Bootloader selection
|
2021-11-04 23:08:40 +01:00
|
|
|
BOOTLOADER = atmel-dfu
|
|
|
|
|
2021-04-09 20:48:30 +02:00
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
|
|
|
CONSOLE_ENABLE = no
|
|
|
|
COMMAND_ENABLE = no
|
2021-12-09 06:05:44 +01:00
|
|
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
2021-04-09 20:48:30 +02:00
|
|
|
BACKLIGHT_ENABLE = yes
|
2021-11-04 23:08:40 +01:00
|
|
|
RGBLIGHT_ENABLE = yes
|
2021-04-09 20:48:30 +02:00
|
|
|
CUSTOM_MATRIX = lite
|
|
|
|
|
|
|
|
SRC += matrix.c
|