blob: d3979a91491868595963608ad2f3332510e170a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = atmel-dfu
# Build Options
# change yes to no to disable
#
BACKLIGHT_DRIVER = custom
# TODO: These boards need to be converted to RGB Matrix
VPATH += keyboards/lfkeyboards
SRC = TWIlib.c issi.c lighting.c
|