[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

@@ -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