1
0
Fork 0

[MERGE] Chaining OSL and MO (23065)

This commit is contained in:
Drashna Jael're 2024-07-26 18:47:18 -07:00
parent 74bcba1113
commit 9ae48fa1fb
Signed by: drashna
GPG key ID: DBA1FD3A860D1B11
2 changed files with 339 additions and 1 deletions

View file

@ -839,6 +839,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;