mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-10 14:10:04 +00:00
Add tap_code16 function (#4362)
This commit is contained in:
parent
82c02d9b8d
commit
e4dfcf896e
1 changed files with 3 additions and 2 deletions
|
@ -242,6 +242,7 @@ void shutdown_user(void);
|
|||
|
||||
void register_code16(uint16_t code);
|
||||
void unregister_code16(uint16_t code);
|
||||
inline void tap_code16(uint16_t code) { register_code16(code); unregister_code16(code); }
|
||||
|
||||
#ifdef BACKLIGHT_ENABLE
|
||||
void backlight_init_ports(void);
|
||||
|
|
Loading…
Reference in a new issue