diff options
author | Stephan Bösebeck <sb@caluga.de> | 2016-04-17 22:17:40 +0200 |
---|---|---|
committer | Stephan Bösebeck <sb@caluga.de> | 2016-04-17 22:17:40 +0200 |
commit | 7c3345f9b9aeb44306d2fe5b640f3ee95868efeb (patch) | |
tree | 874de8f8254513978d2c001b63b6a81c514f7706 /tmk_core/common/action_layer.h | |
parent | 38a1d830faa138f6a7e094b3eda33dc528112ec7 (diff) | |
parent | a67d425f4d5278595e7ab785a0f246b83fb1a09f (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'tmk_core/common/action_layer.h')
-rw-r--r-- | tmk_core/common/action_layer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmk_core/common/action_layer.h b/tmk_core/common/action_layer.h index 3a4b1e3349..025cf5420f 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); #define layer_and(state) #define layer_xor(state) #define layer_debug() + #endif /* pressed actions cache */ |