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:
Fred Sundvik 2017-06-17 15:19:15 +03:00
parent c38589d861
commit 017458a07b
5 changed files with 193 additions and 173 deletions

View file

@ -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
}