mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 19:40:29 +08:00
18 lines
416 B
Makefile
18 lines
416 B
Makefile
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
|
|
|
|
FIRMWARE_FORMAT = hex
|