feat(q5_max): enable CAPS_WORD and AUTOCORRECT features

This commit is contained in:
2026-04-07 23:26:06 -04:00
parent 926628bc4f
commit aeae6d485d
3 changed files with 7395 additions and 0 deletions
File diff suppressed because it is too large Load Diff
@@ -6,3 +6,6 @@
// Always resolve combo keycodes from BASE (layer 0) so the // Always resolve combo keycodes from BASE (layer 0) so the
// COMM+DOT+SLSH fallback combo fires regardless of the active layer. // COMM+DOT+SLSH fallback combo fires regardless of the active layer.
#define COMBO_ONLY_FROM_LAYER 0 #define COMBO_ONLY_FROM_LAYER 0
// Skip autocorrect on very short words to reduce false positives.
#define AUTOCORRECT_MIN_LENGTH 4
@@ -2,4 +2,6 @@ VIA_ENABLE = yes
TAP_DANCE_ENABLE = yes TAP_DANCE_ENABLE = yes
UNICODE_ENABLE = yes UNICODE_ENABLE = yes
COMBO_ENABLE = yes COMBO_ENABLE = yes
CAPS_WORD_ENABLE = yes
AUTOCORRECT_ENABLE = yes
SRC += chord_unicode.c SRC += chord_unicode.c