diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2017-06-17 15:19:15 +0300 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2017-06-18 21:22:22 +0300 |
commit | 017458a07bda3f4b2604d079ec65ef607a1a1e57 (patch) | |
tree | b9f97f0bd3bae6790e2c406b8dd9fc0e1cbf04e3 /tmk_core/common/action_util.h | |
parent | c38589d8615ba3ff93736cb02d12b3c8ceb68094 (diff) | |
download | qmk_firmware-017458a07bda3f4b2604d079ec65ef607a1a1e57.tar.gz qmk_firmware-017458a07bda3f4b2604d079ec65ef607a1a1e57.zip |
Move functionality from action_util to report
The functions also takes report_kebyoard_t parameters, so that they can
be used elsewhere.
Diffstat (limited to 'tmk_core/common/action_util.h')
-rw-r--r-- | tmk_core/common/action_util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tmk_core/common/action_util.h b/tmk_core/common/action_util.h index dd0c4c2bf..8fb88c0f6 100644 --- a/tmk_core/common/action_util.h +++ b/tmk_core/common/action_util.h | |||
@@ -82,9 +82,7 @@ uint8_t get_oneshot_layer_state(void); | |||
82 | bool has_oneshot_layer_timed_out(void); | 82 | bool has_oneshot_layer_timed_out(void); |
83 | 83 | ||
84 | /* inspect */ | 84 | /* inspect */ |
85 | uint8_t has_anykey(void); | ||
86 | uint8_t has_anymod(void); | 85 | uint8_t has_anymod(void); |
87 | uint8_t get_first_key(void); | ||
88 | 86 | ||
89 | #ifdef __cplusplus | 87 | #ifdef __cplusplus |
90 | } | 88 | } |