summaryrefslogtreecommitdiff
path: root/keyboards/kinesis/kint36
diff options
context:
space:
mode:
authorAlex Băluț <alexandru.balut@gmail.com>2022-07-11 19:46:51 +0000
committerGitHub <noreply@github.com>2022-07-11 12:46:51 -0700
commit2bb05507076c8bdb64a8cffd0895795d392e4b82 (patch)
tree544db0a47a1b85472a640cd68b1a80343d8fe5e7 /keyboards/kinesis/kint36
parent61a5059fc5595eb60db75d0b7a6bffd3189db442 (diff)
[Keyboard] add kinesis/kintlc (#17301)
Diffstat (limited to 'keyboards/kinesis/kint36')
-rw-r--r--keyboards/kinesis/kint36/kint36.c5
-rw-r--r--keyboards/kinesis/kint36/rules.mk3
2 files changed, 3 insertions, 5 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);
}
diff --git a/keyboards/kinesis/kint36/rules.mk b/keyboards/kinesis/kint36/rules.mk
index c50225ad8a..d495568dd3 100644
--- a/keyboards/kinesis/kint36/rules.mk
+++ b/keyboards/kinesis/kint36/rules.mk
@@ -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