diff options
Diffstat (limited to 'users/d4mation/tap-hold.h')
-rw-r--r-- | users/d4mation/tap-hold.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/users/d4mation/tap-hold.h b/users/d4mation/tap-hold.h new file mode 100644 index 0000000000..52dc0830f8 --- /dev/null +++ b/users/d4mation/tap-hold.h @@ -0,0 +1,5 @@ +#pragma once + +#include "quantum.h" + +void tap_or_hold( keyrecord_t *record, uint16_t tap, uint16_t hold );
\ No newline at end of file |