feat(q5_max): CAPS_MOD — multi-function CapsLock key with CapsWord, Autocorrect, and RGB indicators #4

Merged
rootiest merged 10 commits from feat/caps-mod into feat/layer-control 2026-04-08 04:50:37 +00:00
Showing only changes of commit 3d283cdf48 - Show all commits
@@ -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