diff options
author | Nick Brassel <nick@tzarc.org> | 2020-07-16 16:58:14 +1000 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-08-29 14:30:02 -0700 |
commit | 93e7a8f74cc2c9c7bc50b413654642a0347a55d2 (patch) | |
tree | 60bb1683c096dff9f9c1b515f9b570d18e7a0ff3 /tmk_core/protocol | |
parent | d0abad27abd6d58f88985c1c28463ee51b7a116e (diff) | |
download | qmk_firmware-93e7a8f74cc2c9c7bc50b413654642a0347a55d2.tar.gz qmk_firmware-93e7a8f74cc2c9c7bc50b413654642a0347a55d2.zip |
Add dual-bank STM32 bootloader support, given GPIO toggle on BOOT0 to charge RC circuit. (#8778)
Diffstat (limited to 'tmk_core/protocol')
-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 7d32c16ed8..a0d28f9afc 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 |