[Keyboard] add kinesis/kintlc (#17301)
This commit is contained in:
@@ -16,11 +16,12 @@
|
||||
|
||||
#include "kint36.h"
|
||||
|
||||
#define LED_POWER C5
|
||||
|
||||
void matrix_init_kb(void) {
|
||||
matrix_init_user();
|
||||
|
||||
// Turn on the Teensy 3.6 Power LED:
|
||||
#define LED_POWER C5
|
||||
// Turn on the Teensy 3.6 Power LED:
|
||||
setPinOutput(LED_POWER);
|
||||
writePinHigh(LED_POWER);
|
||||
}
|
||||
|
@@ -4,6 +4,3 @@ MCU = MK66FX1M0
|
||||
# Debounce eagerly (report change immediately), keep per-key timers. We can use
|
||||
# this because the kinT does not have to deal with noise.
|
||||
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