diff options
author | Joel Challis <git@zvecr.com> | 2022-07-06 19:27:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-06 19:27:15 +0100 |
commit | 744af003befb3f5cf6dc6b6f3e581f288d598f96 (patch) | |
tree | 50db5b3eb71a100906b07239e6348aad379ea3e9 /platforms/chibios/boards/QMK_PM2040/board | |
parent | 29a2bac4691dae81a613af31e5e99660e61edc3d (diff) |
Add kb2040 and sparkfun rp2040 converters (#17514)
Diffstat (limited to 'platforms/chibios/boards/QMK_PM2040/board')
-rw-r--r-- | platforms/chibios/boards/QMK_PM2040/board/board.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/platforms/chibios/boards/QMK_PM2040/board/board.mk b/platforms/chibios/boards/QMK_PM2040/board/board.mk new file mode 100644 index 0000000000..911cc5a058 --- /dev/null +++ b/platforms/chibios/boards/QMK_PM2040/board/board.mk @@ -0,0 +1,9 @@ +# 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) |