Chaining OSL and MO (#23065)

This commit is contained in:
DavidSannier 2025-02-16 10:48:40 +01:00 committed by GitHub
parent 8ca303168e
commit 3ab2b3b6e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 339 additions and 1 deletions

View file

@ -817,6 +817,10 @@ void process_action(keyrecord_t *record, action_t action) {
case ACT_LAYER_TAP_EXT:
# endif
led_set(host_keyboard_leds());
# ifndef NO_ACTION_ONESHOT
// don't release the key
do_release_oneshot = false;
# endif
break;
default:
break;