Merge bf7fc44758d55f347c78f207dc195d1d6b4f9e7d into 5eb60827d5ba65c7f56307390a499bec75dfea8b

This commit is contained in:
DavidSannier
2025-01-04 03:18:28 -08:00
committed by GitHub
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;

File diff suppressed because it is too large Load Diff