forked from mirrors/qmk_userspace
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:
parent
319031154d
commit
1d341ffbb0
5 changed files with 34 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue