diff options
author | IBNobody <protospherex@gmail.com> | 2016-04-14 18:01:29 -0500 |
---|---|---|
committer | IBNobody <protospherex@gmail.com> | 2016-04-14 18:01:29 -0500 |
commit | f051496f1343259f4da8c5d917b9c9e47b97e38c (patch) | |
tree | 428b2c271bf42e12748953e7ec02597862285c1f /tmk_core/common | |
parent | cf17687f29820b6bf9b8feb3b23dec6e271572c5 (diff) | |
download | qmk_firmware-f051496f1343259f4da8c5d917b9c9e47b97e38c.tar.gz qmk_firmware-f051496f1343259f4da8c5d917b9c9e47b97e38c.zip |
Checkin
Diffstat (limited to 'tmk_core/common')
-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 */ |