diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-11 19:47:42 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-11 19:47:42 +0000 |
commit | 52e9ed75e8e5a51b46ffd9e886966ec72325b132 (patch) | |
tree | 854bddaa115333adf4bc5bc63fa77930a607c459 /keyboards/kinesis/kintlc/rules.mk | |
parent | 51b78285403ca804920904ae4fa1b8d0fabe54d8 (diff) | |
parent | 2bb05507076c8bdb64a8cffd0895795d392e4b82 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 |