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_layer.c | |
| parent | 77180a6649bbf9f54a515acafe1cbe688f51a519 (diff) | |
Missed some erroneous prints. (#16597)
Diffstat (limited to 'quantum/action_layer.c')
| -rw-r--r-- | quantum/action_layer.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/quantum/action_layer.c b/quantum/action_layer.c index 4d2921354b..473e0e948d 100644 --- a/quantum/action_layer.c +++ b/quantum/action_layer.c | |||
| @@ -1,10 +1,5 @@ | |||
| 1 | #include <limits.h> | 1 | #include <limits.h> |
| 2 | #include <stdint.h> | 2 | #include <stdint.h> |
| 3 | #include "keyboard.h" | ||
| 4 | #include "keymap.h" | ||
| 5 | #include "action.h" | ||
| 6 | #include "util.h" | ||
| 7 | #include "action_layer.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 "keyboard.h" | ||
| 11 | #include "keymap.h" | ||
| 12 | #include "action.h" | ||
| 13 | #include "util.h" | ||
| 14 | #include "action_layer.h" | ||
| 15 | |||
| 15 | /** \brief Default Layer State | 16 | /** \brief Default Layer State |
| 16 | */ | 17 | */ |
| 17 | layer_state_t default_layer_state = 0; | 18 | layer_state_t default_layer_state = 0; |
