[Keyboard] add kinesis/kintlc (#17301)

This commit is contained in:
Alex Băluț
2022-07-11 19:46:51 +00:00
committed by GitHub
parent 61a5059fc5
commit 2bb0550707
13 changed files with 353 additions and 10 deletions

View File

@@ -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);
}