summaryrefslogtreecommitdiff
path: root/keyboards/handwired/onekey/bluepill/boards/GENERIC_STM32_F103/board.mk
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2019-06-26 18:52:09 +0100
committerDrashna Jaelre <drashna@live.com>2019-06-26 10:52:09 -0700
commit2a56b61a28dde9e8ab0a9afcd22f913f988b2a0e (patch)
tree8f11977cbcc28ce6d4e6fa99ce87ddc879cdfa72 /keyboards/handwired/onekey/bluepill/boards/GENERIC_STM32_F103/board.mk
parent01fb06af6c7d63a1338dc48d9a62e956ffcc6c3a (diff)
[Keyboard] Refactor of onekey to support multiple development boards (#6017)
* Initial refactor of onekey to support multiple development boards * Fixes to get teensy lc && 3.2 working * Add pin tables * Add caveats to Teensy boards * Correct bootloader for Elite-C
Diffstat (limited to 'keyboards/handwired/onekey/bluepill/boards/GENERIC_STM32_F103/board.mk')
-rw-r--r--keyboards/handwired/onekey/bluepill/boards/GENERIC_STM32_F103/board.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/handwired/onekey/bluepill/boards/GENERIC_STM32_F103/board.mk b/keyboards/handwired/onekey/bluepill/boards/GENERIC_STM32_F103/board.mk
new file mode 100644
index 0000000000..6b8b312fd9
--- /dev/null
+++ b/keyboards/handwired/onekey/bluepill/boards/GENERIC_STM32_F103/board.mk
@@ -0,0 +1,5 @@
+# List of all the board related files.
+BOARDSRC = $(BOARD_PATH)/boards/GENERIC_STM32_F103/board.c
+
+# Required include directories
+BOARDINC = $(BOARD_PATH)/boards/GENERIC_STM32_F103