fix(q5_max): remove duplicate AUTOCORRECT_MIN_LENGTH define from config.h
This commit is contained in:
@@ -6,6 +6,3 @@
|
|||||||
// 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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user