~ruther/qmk_firmware

e2c58934052e2ca93a92cd97ef8b9c0425fa3cf6 — Michael Stapelberg 4 years ago d37900b
core: make RESET key work with Teensy 4.x (#13076)

related to https://github.com/kinx-project/kint/issues/5
1 files changed, 1 insertions(+), 1 deletions(-)

M tmk_core/common/chibios/bootloader.c
M tmk_core/common/chibios/bootloader.c => tmk_core/common/chibios/bootloader.c +1 -1
@@ 95,7 95,7 @@ void enter_bootloader_mode_if_requested(void) {
    }
}

#elif defined(KL2x) || defined(K20x) || defined(MK66F18)  // STM32_BOOTLOADER_DUAL_BANK // STM32_BOOTLOADER_ADDRESS
#elif defined(KL2x) || defined(K20x) || defined(MK66F18) || defined(MIMXRT1062)  // STM32_BOOTLOADER_DUAL_BANK // STM32_BOOTLOADER_ADDRESS
/* Kinetis */

#    if defined(BOOTLOADER_KIIBOHD)