mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-02-19 15:48:03 +00: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
|