summaryrefslogtreecommitdiff
path: root/keyboards/dztech/dz40rgb/bootloader_defs.h
diff options
context:
space:
mode:
authormoyi4681 <moyi4681@users.noreply.github.com>2019-05-10 09:48:07 +0800
committerDrashna Jaelre <drashna@live.com>2019-05-09 18:48:07 -0700
commitbce391a663d2848bff8ffffca0e4bad771bd3890 (patch)
tree59837151307cfda19e6da1bf7b97223db664320e /keyboards/dztech/dz40rgb/bootloader_defs.h
parent2835a7074985f25dea9398a7ac211914c9d52fe4 (diff)
[Keyboard] DZTECH: CODE CLEANUP (#5828)
* Delete board.c * Delete board.h * Delete board.mk * Delete bootloader_defs.h * Delete chconf.h * Delete halconf.h * Delete mcuconf.h * Update rules.mk * Update config.h * Update config.h * Update config.h * Update config.h * Update config.h * Update rules.mk * Delete bootloader_defs.h * Delete halconf.h * Delete chconf.h * Delete mcuconf.h * Update rules.mk * Update config.h * Update dz40rgb.c * Update dz65rgb.c
Diffstat (limited to 'keyboards/dztech/dz40rgb/bootloader_defs.h')
-rw-r--r--keyboards/dztech/dz40rgb/bootloader_defs.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/dztech/dz40rgb/bootloader_defs.h b/keyboards/dztech/dz40rgb/bootloader_defs.h
deleted file mode 100644
index 3b0e9d20a6..0000000000
--- a/keyboards/dztech/dz40rgb/bootloader_defs.h
+++ /dev/null
@@ -1,7 +0,0 @@
-/* Address for jumping to bootloader on STM32 chips. */
-/* It is chip dependent, the correct number can be looked up here:
- * http://www.st.com/web/en/resource/technical/document/application_note/CD00167594.pdf
- * This also requires a patch to chibios:
- * <tmk_dir>/tmk_core/tool/chibios/ch-bootloader-jump.patch
- */
-#define STM32_BOOTLOADER_ADDRESS 0x1FFFD800