mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2025-01-08 18:11:01 +06:00
6 lines
115 B
Makefile
6 lines
115 B
Makefile
MCU = atmega32u4
|
|
BOOTLOADER = atmel-dfu
|
|
|
|
# Extra source files for IS3731 lighting
|
|
SRC = TWIlib.c issi.c lighting.c
|