tap-hold.h 105 B

12345
  1. #pragma once
  2. #include "quantum.h"
  3. void tap_or_hold( keyrecord_t *record, uint16_t tap, uint16_t hold );