Remove KC_DELT
(#18882)
This commit is contained in:
parent
19145704e4
commit
90f6b75873
39 changed files with 61 additions and 63 deletions
|
@ -334,7 +334,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
|||
return false;
|
||||
case KC_BSPC:
|
||||
if (record->event.pressed) {
|
||||
tap_code(KC_DELT);
|
||||
tap_code(KC_DEL);
|
||||
}
|
||||
return false;
|
||||
case KC_SPC:
|
||||
|
|
|
@ -81,7 +81,7 @@
|
|||
#define ________________FKEYROW_R1_________________ KC_F6, KC_F7, KC_F8, KC_F9, KC_F10
|
||||
|
||||
#define ________________EDITOR_L1__________________ KC_GRV, _______, KC_END, _______, KC_F5
|
||||
#define ________________EDITOR_L2__________________ KC_HOME, _______, KC_DELT, _______, _______
|
||||
#define ________________EDITOR_L2__________________ KC_HOME, _______, KC_DEL, _______, _______
|
||||
#if defined(TAP_DANCE_ENABLE)
|
||||
#define ________________EDITOR_L3__________________ _______, KC_VOLD, KC_VOLU, CCCV, TD_BRC
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue