forked from mirrors/qmk_firmware
c2c2f30f9f
* Remove parent-relative paths from keyboards. * Update keyboards/capsunlocked/cu75/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
14 lines
273 B
Makefile
14 lines
273 B
Makefile
# 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
|