blob: 6274267ab1507a44702735fc482be30f562e8687 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = atmel-dfu
# Build Options
# change yes to no to disable
#
BACKLIGHT_DRIVER = custom
SRC = ../lfkeyboards/TWIlib.c ../lfkeyboards/issi.c ../lfkeyboards/lighting.c
|