aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/action_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/action_util.h')
-rw-r--r--tmk_core/common/action_util.h2
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);
82bool has_oneshot_layer_timed_out(void); 82bool has_oneshot_layer_timed_out(void);
83 83
84/* inspect */ 84/* inspect */
85uint8_t has_anykey(void);
86uint8_t has_anymod(void); 85uint8_t has_anymod(void);
87uint8_t get_first_key(void);
88 86
89#ifdef __cplusplus 87#ifdef __cplusplus
90} 88}