[Core] Add getreuer's Autocorrect feature to core (#15699)
Co-authored-by: Albert Y <76888457+filterpaper@users.noreply.github.com>
This commit is contained in:
parent
d67d388e77
commit
fb29c0ae53
17 changed files with 1213 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue