~ruther/qmk_firmware

ref: d9740c9de11d41493149bee2e712aee536d40b25 qmk_firmware/platforms/chibios/boards/BONSAI_C4/board/board.mk -rw-r--r-- 255 bytes
d9740c9d — Joel Challis Migrate build target markers to keyboard.json - Keychron (#23593) 1 year, 27 days ago
                                                                                
1
2
3
4
5
6
7
8
9
# List of all the board related files.
BOARDSRC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO64_F411RE/board.c

# Required include directories
BOARDINC = $(CHIBIOS)/os/hal/boards/ST_NUCLEO64_F411RE

# Shared variables
ALLCSRC += $(BOARDSRC)
ALLINC  += $(BOARDINC)
Do not follow this link