mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-05 15:14:17 -04:00
Del not det
This commit is contained in:
parent
a0e4ebaaea
commit
2d3c6f2f4e
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||
|
||||
if ((current_mod | current_osm) & MOD_MASK_SHIFT) {
|
||||
del_mods(MOD_MASK_SHIFT);
|
||||
det_oneshot_mods(MOD_MASK_SHIFT);
|
||||
del_oneshot_mods(MOD_MASK_SHIFT);
|
||||
register_code(KC_DEL);
|
||||
delkey_registered = true;
|
||||
set_mods(current_mod);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue