chore/feat(q5_max): gitignore update, layer control, and CAPS_MOD #6

Merged
rootiest merged 15 commits from feat/layer-control into main 2026-04-08 04:57:10 +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;