diff options
author | Nick Brassel <nick@tzarc.org> | 2020-07-16 16:58:14 +1000 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2020-09-30 03:01:34 -0700 |
commit | 2d37b795344ccb71bb63845f4c60e6de47045af1 (patch) | |
tree | 30dba9071fa7ce161ca96da69b487fbcf71e7c23 /tmk_core/protocol/chibios/main.c | |
parent | b3363f407b3d1dd741a7ff3760122376c74301eb (diff) |
Add dual-bank STM32 bootloader support, given GPIO toggle on BOOT0 to charge RC circuit. (#8778)
Diffstat (limited to 'tmk_core/protocol/chibios/main.c')
-rw-r--r-- | tmk_core/protocol/chibios/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/protocol/chibios/main.c b/tmk_core/protocol/chibios/main.c index c8e5c665cf..2c4bf4b896 100644 --- a/tmk_core/protocol/chibios/main.c +++ b/tmk_core/protocol/chibios/main.c @@ -35,6 +35,7 @@ #ifndef EARLY_INIT_PERFORM_BOOTLOADER_JUMP // Change this to be TRUE once we've migrated keyboards to the new init system +// Remember to change docs/platformdev_chibios_earlyinit.md as well. # define EARLY_INIT_PERFORM_BOOTLOADER_JUMP FALSE #endif |