1
0
Fork 0

Remove legacy sendstring keycodes (#18749)

This commit is contained in:
Ryan 2022-10-17 23:45:23 +11:00 committed by GitHub
parent c57330d340
commit bad8c5992b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
73 changed files with 581 additions and 557 deletions

View file

@ -233,7 +233,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
case BF_AFK:
if (record->event.pressed) {
layer_on(AFK);
SEND_STRING(SS_DOWN(X_LCTRL)SS_DOWN(X_LSHIFT)SS_TAP(X_POWER)SS_UP(X_LSHIFT)SS_UP(X_LCTRL));
SEND_STRING(SS_DOWN(X_LCTL)SS_DOWN(X_LSFT)SS_TAP(X_PWR)SS_UP(X_LSFT)SS_UP(X_LCTL));
}
return false; break;
case BF_WAKE: