mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-08 23:05:43 +00:00
6 lines
187 B
Makefile
6 lines
187 B
Makefile
# List of all the board related files.
|
|
BOARDSRC = $(BOARD_PATH)/boards/STM32_F103_STM32DUINO/board.c
|
|
|
|
# Required include directories
|
|
BOARDINC = $(BOARD_PATH)/boards/STM32_F103_STM32DUINO
|