mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-13 03:54:42 +00:00
5 lines
105 B
C
5 lines
105 B
C
|
#pragma once
|
||
|
|
||
|
#include "quantum.h"
|
||
|
|
||
|
void tap_or_hold( keyrecord_t *record, uint16_t tap, uint16_t hold );
|