diff options
author | Joel Challis <git@zvecr.com> | 2020-01-27 22:39:30 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-27 22:39:30 +0000 |
commit | 7342c335d287bf63c7615c5d752157ef5a790e0c (patch) | |
tree | feff9df3d16754b8a2e687825813b4698e0f60d6 /keyboards/cannonkeys/ortho48/boards/GENERIC_STM32_F103/board.mk | |
parent | 50855593ffcf7b6a780fa5f9c28fe6783264b5e2 (diff) | |
parent | 992656e753263577e70c272ccc068bd619aee43b (diff) |
Refactor stm32duino f103 keyboards to use new central board config files (#7706)
* Create central board for bluepill
* Remove duplicate board files
* Refactor to use new central board config files
* Fix cannonkeys f103 boards
Diffstat (limited to 'keyboards/cannonkeys/ortho48/boards/GENERIC_STM32_F103/board.mk')
-rw-r--r-- | keyboards/cannonkeys/ortho48/boards/GENERIC_STM32_F103/board.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/cannonkeys/ortho48/boards/GENERIC_STM32_F103/board.mk b/keyboards/cannonkeys/ortho48/boards/GENERIC_STM32_F103/board.mk deleted file mode 100644 index 6b8b312fd9..0000000000 --- a/keyboards/cannonkeys/ortho48/boards/GENERIC_STM32_F103/board.mk +++ /dev/null @@ -1,5 +0,0 @@ -# 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 |