diff options
-rw-r--r-- | tmk_core/common/action.c | 8 | ||||
-rw-r--r-- | tmk_core/common/action_layer.c | 8 | ||||
-rw-r--r-- | tmk_core/common/action_macro.c | 8 | ||||
-rw-r--r-- | tmk_core/common/action_tapping.c | 8 |
4 files changed, 16 insertions, 16 deletions
diff --git a/tmk_core/common/action.c b/tmk_core/common/action.c index 0162fbd63..f9e6c17dc 100644 --- a/tmk_core/common/action.c +++ b/tmk_core/common/action.c | |||
@@ -27,11 +27,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
27 | #include "action_util.h" | 27 | #include "action_util.h" |
28 | #include "action.h" | 28 | #include "action.h" |
29 | 29 | ||
30 | //#ifdef DEBUG_ACTION | 30 | #ifdef DEBUG_ACTION |
31 | #include "debug.h" | 31 | #include "debug.h" |
32 | //#else | 32 | #else |
33 | //#include "nodebug.h" | 33 | #include "nodebug.h" |
34 | //#endif | 34 | #endif |
35 | 35 | ||
36 | 36 | ||
37 | void action_exec(keyevent_t event) | 37 | void action_exec(keyevent_t event) |
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 | /* |
diff --git a/tmk_core/common/action_macro.c b/tmk_core/common/action_macro.c index cc78c8232..7726b1190 100644 --- a/tmk_core/common/action_macro.c +++ b/tmk_core/common/action_macro.c | |||
@@ -19,11 +19,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
19 | #include "action_macro.h" | 19 | #include "action_macro.h" |
20 | #include "wait.h" | 20 | #include "wait.h" |
21 | 21 | ||
22 | //#ifdef DEBUG_ACTION | 22 | #ifdef DEBUG_ACTION |
23 | #include "debug.h" | 23 | #include "debug.h" |
24 | //#else | 24 | #else |
25 | //#include "nodebug.h" | 25 | #include "nodebug.h" |
26 | //#endif | 26 | #endif |
27 | 27 | ||
28 | 28 | ||
29 | #ifndef NO_ACTION_MACRO | 29 | #ifndef NO_ACTION_MACRO |
diff --git a/tmk_core/common/action_tapping.c b/tmk_core/common/action_tapping.c index 6b6fa1dfe..e6343e6da 100644 --- a/tmk_core/common/action_tapping.c +++ b/tmk_core/common/action_tapping.c | |||
@@ -6,11 +6,11 @@ | |||
6 | #include "keycode.h" | 6 | #include "keycode.h" |
7 | #include "timer.h" | 7 | #include "timer.h" |
8 | 8 | ||
9 | //#ifdef DEBUG_ACTION | 9 | #ifdef DEBUG_ACTION |
10 | #include "debug.h" | 10 | #include "debug.h" |
11 | //#else | 11 | #else |
12 | //#include "nodebug.h" | 12 | #include "nodebug.h" |
13 | //#endif | 13 | #endif |
14 | 14 | ||
15 | #ifndef NO_ACTION_TAPPING | 15 | #ifndef NO_ACTION_TAPPING |
16 | 16 | ||