3969d7045e
* Duplicate board files for blok converter * Swap converters board file too * Update platforms/chibios/boards/QMK_BLOK/configs/board.h
9 lines
248 B
Makefile
9 lines
248 B
Makefile
# List of all the board related files.
|
|
BOARDSRC = $(CHIBIOS)/os/hal/boards/RP_PICO_RP2040/board.c
|
|
|
|
# Required include directories
|
|
BOARDINC = $(CHIBIOS)/os/hal/boards/RP_PICO_RP2040
|
|
|
|
# Shared variables
|
|
ALLCSRC += $(BOARDSRC)
|
|
ALLINC += $(BOARDINC)
|