summaryrefslogtreecommitdiff
path: root/keyboards/kinesis/kint36/kint36.c
diff options
context:
space:
mode:
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);
}