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/ortho60/rules.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/ortho60/rules.mk')
-rw-r--r-- | keyboards/cannonkeys/ortho60/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/cannonkeys/ortho60/rules.mk b/keyboards/cannonkeys/ortho60/rules.mk index bd79bb7ea3..1d3f1afa9c 100644 --- a/keyboards/cannonkeys/ortho60/rules.mk +++ b/keyboards/cannonkeys/ortho60/rules.mk @@ -4,7 +4,7 @@ MCU = STM32F103 # GENERIC STM32F103C8T6 board - stm32duino bootloader OPT_DEFS = -DCORTEX_VTOR_INIT=0x2000 MCU_LDSCRIPT = STM32F103x8_stm32duino_bootloader -BOARD = GENERIC_STM32_F103 +BOARD = STM32_F103_STM32DUINO DFU_ARGS = -d 1eaf:0003 -a2 -R DFU_SUFFIX_ARGS = -v 1eaf -p 0003 |