summaryrefslogtreecommitdiff
path: root/quantum/process_keycode/process_caps_word.c
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/process_keycode/process_caps_word.c')
-rw-r--r--quantum/process_keycode/process_caps_word.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_caps_word.c b/quantum/process_keycode/process_caps_word.c
index d4382680bf..1088c8f76c 100644
--- a/quantum/process_keycode/process_caps_word.c
+++ b/quantum/process_keycode/process_caps_word.c
@@ -13,6 +13,14 @@
13// limitations under the License. 13// limitations under the License.
14 14
15#include "process_caps_word.h" 15#include "process_caps_word.h"
16#include "process_auto_shift.h"
17#include "caps_word.h"
18#include "keycodes.h"
19#include "quantum_keycodes.h"
20#include "modifiers.h"
21#include "timer.h"
22#include "action_tapping.h"
23#include "action_util.h"
16 24
17#ifdef CAPS_WORD_INVERT_ON_SHIFT 25#ifdef CAPS_WORD_INVERT_ON_SHIFT
18static uint8_t held_mods = 0; 26static uint8_t held_mods = 0;