Prevent Tri-Layer keys from stopping caps words (#20398)

This commit is contained in:
Ricardo Hermida Ruiz 2023-04-10 09:45:25 -03:00 committed by GitHub
parent f8d70116cc
commit d3b8179f46
Failed to generate hash of commit
2 changed files with 6 additions and 0 deletions

View file

@ -148,6 +148,7 @@ bool process_caps_word(uint16_t keycode, keyrecord_t* record) {
case QK_TOGGLE_LAYER ... QK_TOGGLE_LAYER_MAX:
case QK_LAYER_TAP_TOGGLE ... QK_LAYER_TAP_TOGGLE_MAX:
case QK_ONE_SHOT_LAYER ... QK_ONE_SHOT_LAYER_MAX:
case QK_TRI_LAYER_LOWER ... QK_TRI_LAYER_UPPER:
// Ignore AltGr.
case KC_RALT:
case OSM(MOD_RALT):