Remove legacy sendstring keycodes (#18749)
This commit is contained in:
parent
c57330d340
commit
bad8c5992b
73 changed files with 581 additions and 557 deletions
|
@ -45,7 +45,7 @@ bool process_record_gdb(uint16_t keycode, keyrecord_t *record) {
|
|||
break;
|
||||
case M_GDB_RESTART:
|
||||
if (record->event.pressed) {
|
||||
SEND_STRING(SS_LCTRL(SS_LSFT(SS_TAP(X_F5))));
|
||||
SEND_STRING(SS_LCTL(SS_LSFT(SS_TAP(X_F5))));
|
||||
}
|
||||
break;
|
||||
case M_GDB_STOP:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue