mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-01 02:33:53 +00:00
8 lines
117 B
Makefile
8 lines
117 B
Makefile
# MCU name
|
|
MCU = STM32F303
|
|
BOARD = QMK_PROTON_C
|
|
LED_MATRIX_DRIVER = IS31FL3731
|
|
|
|
# project specific files
|
|
SRC = led.c
|