[Keyboard] add kinesis/kintlc (#17301)
This commit is contained in:
@@ -16,11 +16,12 @@
|
||||
|
||||
#include "kint41.h"
|
||||
|
||||
#define LED_POWER LINE_PIN13
|
||||
|
||||
void matrix_init_kb(void) {
|
||||
matrix_init_user();
|
||||
|
||||
// Turn on the Teensy 4.x Power LED:
|
||||
#define LED_POWER LINE_PIN13
|
||||
// Turn on the Teensy 4.x Power LED:
|
||||
setPinOutput(LED_POWER);
|
||||
writePinHigh(LED_POWER);
|
||||
}
|
||||
|
@@ -3,7 +3,7 @@ MCU_SERIES = MIMXRT1062
|
||||
MCU_LDSCRIPT = MIMXRT1062
|
||||
MCU_STARTUP = MIMXRT1062
|
||||
BOARD = IC_TEENSY_4_1
|
||||
MCU = cortex-m4
|
||||
MCU = cortex-m4
|
||||
ARMV = 7
|
||||
|
||||
# Debounce eagerly (report change immediately), keep per-key timers. We can use
|
||||
@@ -11,5 +11,4 @@ ARMV = 7
|
||||
# pressed.
|
||||
DEBOUNCE_TYPE = sym_eager_pk
|
||||
|
||||
#Specify firmware format that is copied to root qmk_firmware folder
|
||||
FIRMWARE_FORMAT = hex
|
||||
|
Reference in New Issue
Block a user