feat(q5_max): layer control — lock keycodes, ESC RGB indicator, BASE fallback combo #3
Reference in New Issue
Block a user
Delete Branch "feat/layer-control"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
LCK_FN1–LCK_FN4,LCK_CTL,LCK_BASE) for persistent layer activationCOMM+DOT+SLSH(,./) combo as a reliable emergency escape hatch back to BASEDetails
Layer Lock Keycodes
LCK_FN1–LCK_FN4,LCK_CTL, andLCK_BASEtoggle a layer into a locked state, keeping it active after momentary keys are released. A second press on the same lock key — or pressingLCK_BASE— clears all locks and returns to BASE.ESC Key RGB Indicator
rgb_matrix_indicators_advanced_usercolours LED 0 (ESC key) based on the highest active layer:BASE Fallback Combo
A three-key combo (
,./) firesTO(BASE), providing an emergency exit when stuck on an unknown layer.COMBO_ONLY_FROM_LAYERis set to0inconfig.hso keycodes are always resolved from BASE, making the combo reliable on any layer.Commits
feat(q5_max): add COMM+DOT+SLSH fallback combo to return to BASEfeat(q5_max): add ESC key RGB indicator for active layerfeat(q5_max): add layer-lock keycodes for persistent layer activation5fb2847dcdto45276ac042