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) {
|
switch (keycode) {
|
||||||
case SYM_BSPC:
|
case SYM_BSPC:
|
||||||
return true;
|
return true;
|
||||||
|
case MEH_ENT:
|
||||||
|
return true;
|
||||||
default:
|
default:
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue