forked from mirrors/qmk_userspace
Move functionality from action_util to report
The functions also takes report_kebyoard_t parameters, so that they can be used elsewhere.
This commit is contained in:
parent
c38589d861
commit
017458a07b
5 changed files with 193 additions and 173 deletions
|
@ -82,9 +82,7 @@ uint8_t get_oneshot_layer_state(void);
|
|||
bool has_oneshot_layer_timed_out(void);
|
||||
|
||||
/* inspect */
|
||||
uint8_t has_anykey(void);
|
||||
uint8_t has_anymod(void);
|
||||
uint8_t get_first_key(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue