summaryrefslogtreecommitdiff
path: root/keyboards/kinesis/kint36/kint36.c
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-07-11 19:47:42 +0000
committerQMK Bot <hello@qmk.fm>2022-07-11 19:47:42 +0000
commit52e9ed75e8e5a51b46ffd9e886966ec72325b132 (patch)
tree854bddaa115333adf4bc5bc63fa77930a607c459 /keyboards/kinesis/kint36/kint36.c
parent51b78285403ca804920904ae4fa1b8d0fabe54d8 (diff)
parent2bb05507076c8bdb64a8cffd0895795d392e4b82 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/kinesis/kint36/kint36.c')
-rw-r--r--keyboards/kinesis/kint36/kint36.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/kinesis/kint36/kint36.c b/keyboards/kinesis/kint36/kint36.c
index 108c14c7ba..cc32a60262 100644
--- a/keyboards/kinesis/kint36/kint36.c
+++ b/keyboards/kinesis/kint36/kint36.c
@@ -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);
}