diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-04-28 23:23:33 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-04-28 23:23:33 -0400 |
commit | 2bbf3d5820734eabbcf47c3072be6fdcaa9e36cc (patch) | |
tree | cabc0eea7dabac6876abae00cdf5150852cecc69 /tmk_core/common/action_layer.c | |
parent | 27d24faf396367d9f8fadd86324e584b5403d261 (diff) | |
download | qmk_firmware-2bbf3d5820734eabbcf47c3072be6fdcaa9e36cc.tar.gz qmk_firmware-2bbf3d5820734eabbcf47c3072be6fdcaa9e36cc.zip |
stops forcing debug_action
Diffstat (limited to 'tmk_core/common/action_layer.c')
-rw-r--r-- | tmk_core/common/action_layer.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tmk_core/common/action_layer.c b/tmk_core/common/action_layer.c index 845fbbb21..63fa2b5ae 100644 --- a/tmk_core/common/action_layer.c +++ b/tmk_core/common/action_layer.c | |||
@@ -4,11 +4,11 @@ | |||
4 | #include "util.h" | 4 | #include "util.h" |
5 | #include "action_layer.h" | 5 | #include "action_layer.h" |
6 | 6 | ||
7 | //#ifdef DEBUG_ACTION | 7 | #ifdef DEBUG_ACTION |
8 | #include "debug.h" | 8 | #include "debug.h" |
9 | //#else | 9 | #else |
10 | //#include "nodebug.h" | 10 | #include "nodebug.h" |
11 | //#endif | 11 | #endif |
12 | 12 | ||
13 | 13 | ||
14 | /* | 14 | /* |