mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-26 10:27:52 +06:00
8 lines
304 B
Makefile
8 lines
304 B
Makefile
# 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
|