mirror of
https://github.com/qmk/qmk_firmware
synced 2025-01-06 15:01:39 +00:00
Merge bf7fc44758d55f347c78f207dc195d1d6b4f9e7d into 5eb60827d5ba65c7f56307390a499bec75dfea8b
This commit is contained in:
@ -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;
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user