diff options
author | 0z00 <66924917+0z00@users.noreply.github.com> | 2020-11-22 13:21:51 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-22 21:21:51 +0000 |
commit | 30afa1ccd333a693d7edcda10e618b5c82bc6b98 (patch) | |
tree | b49e0692e6b240702027a63041c52d62afdcacba /keyboards/zoo/wampus/bootloader_defs.h | |
parent | b8443863c0ae54349ee61411c0c09863a5ad0b8e (diff) |
[Keyboard] Add Wampus (#10991)
* Configure new keyboard zoo/wampus
* Apply suggestions from code review
Update LED pins to defined defaults
Co-authored-by: Joel Challis <git@zvecr.com>
* Apply suggestions from code review
- Remove unused layers from default.
- Remove chibios patch comment
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/zoo/wampus/bootloader_defs.h')
-rw-r--r-- | keyboards/zoo/wampus/bootloader_defs.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/zoo/wampus/bootloader_defs.h b/keyboards/zoo/wampus/bootloader_defs.h new file mode 100644 index 0000000000..dccd0fa5d1 --- /dev/null +++ b/keyboards/zoo/wampus/bootloader_defs.h @@ -0,0 +1,5 @@ +/* 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 + */ +#define STM32_BOOTLOADER_ADDRESS 0x1FFFC800 |