Migrate MCU
and BOOTLOADER
to data-driven (#19529)
This commit is contained in:
@@ -6,9 +6,10 @@ 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
|
||||
|
Reference in New Issue
Block a user