rules.mk 304 B

1234567
  1. # This MCU is not in the main CHIBIOS repo but in the CHIBIOS_CONTRIB repo.
  2. USE_CHIBIOS_CONTRIB = yes
  3. # Debounce eagerly (report change immediately), keep per-key timers. We can use
  4. # this because the Cherry MX keyswitches on the Kinesis only produce noise while
  5. # pressed.
  6. DEBOUNCE_TYPE = sym_eager_pk