aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/proton_c/bootloader_defs.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2019-01-10 11:22:57 -0500
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-01-10 08:22:57 -0800
commit3cf179be61a10860b2b66aecf2ec5ca6f0e30605 (patch)
tree960c7bdde165f4419a96c2d48049e22226912882 /keyboards/proton_c/bootloader_defs.h
parentebbc372f72993123cd24fe27228e8d07c9b8d7fb (diff)
downloadfirmware-3cf179be61a10860b2b66aecf2ec5ca6f0e30605.tar.gz
firmware-3cf179be61a10860b2b66aecf2ec5ca6f0e30605.tar.bz2
firmware-3cf179be61a10860b2b66aecf2ec5ca6f0e30605.zip
Adds Proton C Conversion (#4661)
* adds proton c base * fixes custom matrix include * adds readme.md * initial proton coversion, no pin mapping * start of mcu selection * add pin mapping and sweet16 test * add at90 to list * disable backlight, fix d7 * update flag names * doc updates * proton c update for mcu selection
Diffstat (limited to 'keyboards/proton_c/bootloader_defs.h')
-rw-r--r--keyboards/proton_c/bootloader_defs.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/proton_c/bootloader_defs.h b/keyboards/proton_c/bootloader_defs.h
deleted file mode 100644
index 3b0e9d20a..000000000
--- a/keyboards/proton_c/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