45b35e6ea1
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
18 lines
268 B
Makefile
18 lines
268 B
Makefile
# MCU name
|
|
MCU = atmega32u4
|
|
|
|
# Bootloader selection
|
|
BOOTLOADER = atmel-dfu
|
|
|
|
|
|
# Build Options
|
|
# change yes to no to disable
|
|
#
|
|
CONSOLE_ENABLE = no
|
|
COMMAND_ENABLE = no
|
|
NKRO_ENABLE = yes
|
|
BACKLIGHT_ENABLE = yes
|
|
RGBLIGHT_ENABLE = yes
|
|
CUSTOM_MATRIX = lite
|
|
|
|
SRC += matrix.c
|