mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-02 16:05:09 +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
|