aboutsummaryrefslogtreecommitdiff
path: root/keyboards/cannonkeys/satisfaction75
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/cannonkeys/satisfaction75')
-rw-r--r--keyboards/cannonkeys/satisfaction75/bootloader_defs.h5
-rw-r--r--keyboards/cannonkeys/satisfaction75/rules.mk9
2 files changed, 6 insertions, 8 deletions
diff --git a/keyboards/cannonkeys/satisfaction75/bootloader_defs.h b/keyboards/cannonkeys/satisfaction75/bootloader_defs.h
deleted file mode 100644
index dccd0fa5d..000000000
--- a/keyboards/cannonkeys/satisfaction75/bootloader_defs.h
+++ /dev/null
@@ -1,5 +0,0 @@
1/* Address for jumping to bootloader on STM32 chips. */
2/* It is chip dependent, the correct number can be looked up here (page 175):
3 * http://www.st.com/web/en/resource/technical/document/application_note/CD00167594.pdf
4 */
5#define STM32_BOOTLOADER_ADDRESS 0x1FFFC800
diff --git a/keyboards/cannonkeys/satisfaction75/rules.mk b/keyboards/cannonkeys/satisfaction75/rules.mk
index 3861b4849..174f20c0e 100644
--- a/keyboards/cannonkeys/satisfaction75/rules.mk
+++ b/keyboards/cannonkeys/satisfaction75/rules.mk
@@ -2,6 +2,12 @@
2MCU = STM32F072 2MCU = STM32F072
3BOARD = GENERIC_STM32_F072XB 3BOARD = GENERIC_STM32_F072XB
4 4
5# Bootloader selection
6BOOTLOADER = stm32-dfu
7
8# Wildcard to allow APM32 MCU
9DFU_SUFFIX_ARGS = -v FFFF -p FFFF
10
5# Build Options 11# Build Options
6# comment out to disable the options. 12# comment out to disable the options.
7# 13#
@@ -25,8 +31,5 @@ QWIIC_DRIVERS += MICRO_OLED
25 31
26DEFAULT_FOLDER = cannonkeys/satisfaction75/rev1 32DEFAULT_FOLDER = cannonkeys/satisfaction75/rev1
27 33
28# Wildcard to allow APM32 MCU
29DFU_SUFFIX_ARGS = -p FFFF -v FFFF
30
31# Enter lower-power sleep mode when on the ChibiOS idle thread 34# Enter lower-power sleep mode when on the ChibiOS idle thread
32OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE 35OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE