1
0
Fork 0

[Keyboard] Nebula12 keyboard (#9397)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
yiancar 2020-06-18 06:16:26 +01:00 committed by GitHub
parent 67f374029d
commit 3e27ceee42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 3839 additions and 9 deletions

View file

@ -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