diff options
| author | Nick Brassel <nick@tzarc.org> | 2022-03-10 05:43:12 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-10 05:43:12 +1100 |
| commit | edd1f33013084a79cffcfafafe7c2cbd381d6979 (patch) | |
| tree | 3b07dce039527363b798805e55311ff286a6ecc6 /quantum/action_tapping.c | |
| parent | 77180a6649bbf9f54a515acafe1cbe688f51a519 (diff) | |
Missed some erroneous prints. (#16597)
Diffstat (limited to 'quantum/action_tapping.c')
| -rw-r--r-- | quantum/action_tapping.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/quantum/action_tapping.c b/quantum/action_tapping.c index 6f8b4f8c56..e436619428 100644 --- a/quantum/action_tapping.c +++ b/quantum/action_tapping.c | |||
| @@ -1,10 +1,5 @@ | |||
| 1 | #include <stdint.h> | 1 | #include <stdint.h> |
| 2 | #include <stdbool.h> | 2 | #include <stdbool.h> |
| 3 | #include "action.h" | ||
| 4 | #include "action_layer.h" | ||
| 5 | #include "action_tapping.h" | ||
| 6 | #include "keycode.h" | ||
| 7 | #include "timer.h" | ||
| 8 | 3 | ||
| 9 | #ifdef DEBUG_ACTION | 4 | #ifdef DEBUG_ACTION |
| 10 | # include "debug.h" | 5 | # include "debug.h" |
| @@ -12,6 +7,12 @@ | |||
| 12 | # include "nodebug.h" | 7 | # include "nodebug.h" |
| 13 | #endif | 8 | #endif |
| 14 | 9 | ||
| 10 | #include "action.h" | ||
| 11 | #include "action_layer.h" | ||
| 12 | #include "action_tapping.h" | ||
| 13 | #include "keycode.h" | ||
| 14 | #include "timer.h" | ||
| 15 | |||
| 15 | #ifndef NO_ACTION_TAPPING | 16 | #ifndef NO_ACTION_TAPPING |
| 16 | 17 | ||
| 17 | # define IS_TAPPING() !IS_NOEVENT(tapping_key.event) | 18 | # define IS_TAPPING() !IS_NOEVENT(tapping_key.event) |
