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 bab766887a - Show all commits
@@ -149,8 +149,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
return false;
}
// CAPS_MOD logic will be handled here in Task 3.
// For now, we reference the state variables to suppress unused variable warnings.
// CAPS_MOD handler added in Task 3; suppress unused-variable errors until then.
(void)caps_mod_held;
(void)caps_mod_ctrl_registered;
(void)caps_mod_timer;