diff options
author | Alex Băluț <alexandru.balut@gmail.com> | 2022-07-11 19:46:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-11 12:46:51 -0700 |
commit | 2bb05507076c8bdb64a8cffd0895795d392e4b82 (patch) | |
tree | 544db0a47a1b85472a640cd68b1a80343d8fe5e7 /keyboards/kinesis/kintlc/rules.mk | |
parent | 61a5059fc5595eb60db75d0b7a6bffd3189db442 (diff) |
[Keyboard] add kinesis/kintlc (#17301)
Diffstat (limited to 'keyboards/kinesis/kintlc/rules.mk')
-rw-r--r-- | keyboards/kinesis/kintlc/rules.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/keyboards/kinesis/kintlc/rules.mk b/keyboards/kinesis/kintlc/rules.mk new file mode 100644 index 0000000000..bfc10748ab --- /dev/null +++ b/keyboards/kinesis/kintlc/rules.mk @@ -0,0 +1,9 @@ +# MCU name +MCU = MKL26Z64 +# This MCU is not in the main CHIBIOS repo but in the CHIBIOS_CONTRIB repo. +USE_CHIBIOS_CONTRIB = yes + +# Debounce eagerly (report change immediately), keep per-key timers. We can use +# this because the Cherry MX keyswitches on the Kinesis only produce noise while +# pressed. +DEBOUNCE_TYPE = sym_eager_pk |