fix(q5_max): switch fallback combo to LCK_BASE for reliable layer recovery #21

Merged
rootiest merged 1 commits from fix/combo-key into main 2026-04-14 02:09:57 +00:00

1 Commits

Author SHA1 Message Date
rootiest c498d5025c fix(q5_max): ensure fallback combo overrides layer locks
Change the fallback combo's action from TO(BASE) to LCK_BASE.
Since LCK_BASE explicitly clears the locked_layers bitmask,
it ensures that the keyboard actually returns to the BASE
layer even if a layer was previously locked.

The previous TO(BASE) action only updated the temporary layer
state, which was immediately overwritten by the persistent
locked_layers bitmask in layer_state_set_user().
2026-04-13 21:40:20 -04:00