forked from mirrors/qmk_userspace
implement tap_code16_delay
(#17748)
This commit is contained in:
parent
a6f3194397
commit
d02cefe613
3 changed files with 18 additions and 6 deletions
|
@ -264,6 +264,7 @@ void shutdown_user(void);
|
|||
void register_code16(uint16_t code);
|
||||
void unregister_code16(uint16_t code);
|
||||
void tap_code16(uint16_t code);
|
||||
void tap_code16_delay(uint16_t code, uint16_t delay);
|
||||
|
||||
const char *get_numeric_str(char *buf, size_t buf_len, uint32_t curr_num, char curr_pad);
|
||||
const char *get_u8_str(uint8_t curr_num, char curr_pad);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue