mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-11-03 10:20:07 -05:00
Add another retro tapping key
This commit is contained in:
parent
03081cb006
commit
8a0f94f99f
1 changed files with 2 additions and 0 deletions
|
|
@ -73,6 +73,8 @@ bool get_retro_tapping(uint16_t keycode, keyrecord_t *record) {
|
|||
switch (keycode) {
|
||||
case SYM_BSPC:
|
||||
return true;
|
||||
case MEH_ENT:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue