mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-07-03 13:44:57 +01:00
6 lines
127 B
Makefile
6 lines
127 B
Makefile
MCU = at90usb646
|
|
OPT_DEFS += -DBOOTLOADER_SIZE=4096
|
|
|
|
# Extra source files for IS3731 lighting
|
|
SRC = TWIlib.c issi.c lighting.c
|