diff options
author | Drashna Jaelre <drashna@live.com> | 2022-09-17 00:50:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-17 17:50:54 +1000 |
commit | fb29c0ae53e32fb049516fcbe0f7863882ca9173 (patch) | |
tree | 989feaa47190248726a462bf761a98f46d91f406 /quantum/keycode_config.h | |
parent | d67d388e776eeb8596181894639b6ed46c8a2d7d (diff) |
[Core] Add getreuer's Autocorrect feature to core (#15699)
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>
Diffstat (limited to 'quantum/keycode_config.h')
-rw-r--r-- | quantum/keycode_config.h | 1 |
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 { bool swap_rctl_rgui : 1; bool oneshot_enable : 1; bool swap_escape_capslock : 1; + bool autocorrect_enable : 1; }; } keymap_config_t; |