diff options
author | Andrew Kannan <andrew.kannan@klaviyo.com> | 2019-10-30 02:45:58 -0400 |
---|---|---|
committer | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2019-10-29 23:45:58 -0700 |
commit | 455a0c597854b417c4dc02a462433043bddfa830 (patch) | |
tree | ca5564e81e62cefe24816ed04931e60c80a422c8 /keyboards/cannonkeys/savage65/bootloader_defs.h | |
parent | 674fcc474c162f44fadfa8a796134751d80ee639 (diff) | |
download | qmk_firmware-455a0c597854b417c4dc02a462433043bddfa830.tar.gz qmk_firmware-455a0c597854b417c4dc02a462433043bddfa830.zip |
[Keyboard] New CannonKeys boards and EEPROM fixes (#6968)
* Add Iron165
* CannonKeys new boards and cleanup
* Tmo50 info json
* Update readme for TMOv2
* update via keymap tmo
* info json again
* Apply suggestions from code review
Co-Authored-By: Drashna Jaelre <drashna@live.com>
* Address PR comments
* More changes for rules files cleanup
* info.json fixed?
* Fix Savage65 matrix
* Apply suggestions from code review
Thanks noroadsleft for the improvements!
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
* Bump eeprom version
* Apply suggestions from code review
Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/cannonkeys/savage65/bootloader_defs.h')
-rw-r--r-- | keyboards/cannonkeys/savage65/bootloader_defs.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboards/cannonkeys/savage65/bootloader_defs.h b/keyboards/cannonkeys/savage65/bootloader_defs.h new file mode 100644 index 0000000000..02c48c4e6d --- /dev/null +++ b/keyboards/cannonkeys/savage65/bootloader_defs.h @@ -0,0 +1,7 @@ +/* Address for jumping to bootloader on STM32 chips. */ +/* It is chip dependent, the correct number can be looked up here (page 175): + * 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 0x1FFFC800 |