aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/common/action_layer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/common/action_layer.h')
-rw-r--r--tmk_core/common/action_layer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/common/action_layer.h b/tmk_core/common/action_layer.h
index 3a4b1e334..025cf5420 100644
--- a/tmk_core/common/action_layer.h
+++ b/tmk_core/common/action_layer.h
@@ -68,6 +68,7 @@ void layer_xor(uint32_t state);
68#define layer_and(state) 68#define layer_and(state)
69#define layer_xor(state) 69#define layer_xor(state)
70#define layer_debug() 70#define layer_debug()
71
71#endif 72#endif
72 73
73/* pressed actions cache */ 74/* pressed actions cache */