core: add support for MK66F18 (Teensy 3.6) micro controller (#12258)

This is in preparation for https://github.com/qmk/qmk_firmware/pull/10171
This commit is contained in:
Michael Stapelberg 2021-03-16 20:45:21 +01:00 committed by GitHub
parent 319031154d
commit 1d341ffbb0
Failed to generate hash of commit
5 changed files with 34 additions and 3 deletions

View file

@ -79,7 +79,7 @@ void enter_bootloader_mode_if_requested(void) {
}
}
#elif defined(KL2x) || defined(K20x) // STM32_BOOTLOADER_DUAL_BANK // STM32_BOOTLOADER_ADDRESS
#elif defined(KL2x) || defined(K20x) || defined(MK66F18) // STM32_BOOTLOADER_DUAL_BANK // STM32_BOOTLOADER_ADDRESS
/* Kinetis */
# if defined(BOOTLOADER_KIIBOHD)