diff options
author | zvecr <git@zvecr.com> | 2019-12-24 00:17:46 +0000 |
---|---|---|
committer | zvecr <git@zvecr.com> | 2020-01-26 23:35:57 +0000 |
commit | ee86be9dca3a4f370672562b551cc8af928f0152 (patch) | |
tree | 47616c975b05aa75e303883fdc2de915940e7adc /keyboards/cannonkeys/ortho75 | |
parent | 98e55557052f30f4c621568247526cc4d5d41026 (diff) | |
download | qmk_firmware-ee86be9dca3a4f370672562b551cc8af928f0152.tar.gz qmk_firmware-ee86be9dca3a4f370672562b551cc8af928f0152.zip |
Refactor to use new central board config files
Diffstat (limited to 'keyboards/cannonkeys/ortho75')
-rw-r--r-- | keyboards/cannonkeys/ortho75/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/cannonkeys/ortho75/rules.mk b/keyboards/cannonkeys/ortho75/rules.mk index 5b90e87fd7..d0512a49b7 100644 --- a/keyboards/cannonkeys/ortho75/rules.mk +++ b/keyboards/cannonkeys/ortho75/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 |