mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-23 00:47:02 +06: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 );
|