summaryrefslogtreecommitdiff
path: root/quantum/keycode_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/keycode_config.h')
-rw-r--r--quantum/keycode_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/keycode_config.h b/quantum/keycode_config.h
index 81a8e61471..eef048d95c 100644
--- a/quantum/keycode_config.h
+++ b/quantum/keycode_config.h
@@ -39,6 +39,7 @@ typedef union {
39 bool swap_rctl_rgui : 1; 39 bool swap_rctl_rgui : 1;
40 bool oneshot_enable : 1; 40 bool oneshot_enable : 1;
41 bool swap_escape_capslock : 1; 41 bool swap_escape_capslock : 1;
42 bool autocorrect_enable : 1;
42 }; 43 };
43} keymap_config_t; 44} keymap_config_t;
44 45