fix(q5_max): remove duplicate AUTOCORRECT_MIN_LENGTH define from config.h

This commit is contained in:
2026-04-07 23:28:27 -04:00
parent eec6da26a6
commit 60907f4104
@@ -6,6 +6,3 @@
// Always resolve combo keycodes from BASE (layer 0) so the
// COMM+DOT+SLSH fallback combo fires regardless of the active layer.
#define COMBO_ONLY_FROM_LAYER 0
// Skip autocorrect on very short words to reduce false positives.
#define AUTOCORRECT_MIN_LENGTH 4