mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-05-06 23:54:17 -04:00
Fixing space backspace
- mods were getting stuck when i was pressing the shift backspace - changed number layer so numbers and dates are easier to type
This commit is contained in:
parent
507e60877e
commit
9ccc311d2a
3 changed files with 8 additions and 10 deletions
|
@ -53,7 +53,8 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||
del_mods(MOD_MASK_SHIFT);
|
||||
register_code(KC_DEL);
|
||||
delkey_registered = true;
|
||||
set_mods((current_mod | current_osm));
|
||||
set_mods(current_mod);
|
||||
set_oneshot_mods(current_osm);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue