blob: 99c7c0f7d60255f80a907f943e95b5c9cc828ec9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
MCU_FAMILY = MIMXRT1062
MCU_SERIES = MIMXRT1062
MCU_LDSCRIPT = MIMXRT1062
MCU_STARTUP = MIMXRT1062
BOARD = IC_TEENSY_4_1
MCU = cortex-m4
ARMV = 7
# Bootloader selection
BOOTLOADER = halfkay
# Debounce eagerly (report change immediately), keep per-key timers. We can use
# this because the Cherry MX keyswitches on the Kinesis only produce noise while
# pressed.
DEBOUNCE_TYPE = sym_eager_pk
|