diff options
author | Ryan <fauxpark@gmail.com> | 2022-10-28 22:21:24 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-28 12:21:24 +0100 |
commit | 2ff1d852909daaaf94433fab202e7bf94274d67b (patch) | |
tree | 71c303898f424b07d387106101fa8302a578db8b /users/drashna | |
parent | 7407347be1df69928d27ea9b6a4fe094429f2a55 (diff) |
Normalise Autocorrect keycodes (#18893)
Diffstat (limited to 'users/drashna')
-rw-r--r-- | users/drashna/keyrecords/process_records.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/drashna/keyrecords/process_records.h b/users/drashna/keyrecords/process_records.h index cae3620fe4..2ee7551648 100644 --- a/users/drashna/keyrecords/process_records.h +++ b/users/drashna/keyrecords/process_records.h @@ -125,7 +125,7 @@ bool process_record_unicode(uint16_t keycode, keyrecord_t *record); #define MG_NKRO MAGIC_TOGGLE_NKRO -#define AUTO_CTN AUTOCORRECT_TOGGLE +#define AUTO_CTN QK_AUTOCORRECT_TOGGLE /* Custom Keycodes for Diablo 3 layer But since TD() doesn't work when tap dance is disabled |