aboutsummaryrefslogtreecommitdiff
path: root/keyboards/nebula12
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/nebula12')
-rw-r--r--keyboards/nebula12/bootloader_defs.h5
-rwxr-xr-xkeyboards/nebula12/rules.mk4
2 files changed, 3 insertions, 6 deletions
diff --git a/keyboards/nebula12/bootloader_defs.h b/keyboards/nebula12/bootloader_defs.h
deleted file mode 100644
index dccd0fa5d..000000000
--- a/keyboards/nebula12/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/nebula12/rules.mk b/keyboards/nebula12/rules.mk
index 8b58827ad..3a423fb78 100755
--- a/keyboards/nebula12/rules.mk
+++ b/keyboards/nebula12/rules.mk
@@ -1,8 +1,10 @@
1# MCU name 1# MCU name
2MCU = STM32F072 2MCU = STM32F072
3
4BOARD = GENERIC_STM32_F072XB 3BOARD = GENERIC_STM32_F072XB
5 4
5# Bootloader selection
6BOOTLOADER = stm32-dfu
7
6# Do not put the microcontroller into power saving mode 8# Do not put the microcontroller into power saving mode
7# when we get USB suspend event. We want it to keep updating 9# when we get USB suspend event. We want it to keep updating
8# backlight effects. 10# backlight effects.