[Enhancement] More info on apply_autocorrect
(#21056)
Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
parent
21263438e5
commit
55295ed3dc
4 changed files with 64 additions and 9 deletions
|
@ -141,7 +141,7 @@ float autocorrect_song[][2] = SONG(PLOVER_GOODBYE_SOUND);
|
|||
# endif
|
||||
# endif
|
||||
|
||||
bool apply_autocorrect(uint8_t backspaces, const char *str) {
|
||||
bool apply_autocorrect(uint8_t backspaces, const char* str, char *typo, char *correct) {
|
||||
if (layer_state_is(_GAMEPAD)) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue