Remove KC_DELT alias in favor of KC_DEL (#6327)
* Remove KC_DELT alias in favor of KC_DEL * Add changelog
This commit is contained in:
committed by
skullydazed
parent
7ff57644e1
commit
267a85c885
@@ -12,7 +12,7 @@
|
||||
#define PGUP KC_PGUP
|
||||
#define PGDN KC_PGDN
|
||||
#define END_ KC_END
|
||||
#define DELT KC_DELETE
|
||||
#define DEL KC_DELETE
|
||||
#define UPUP KC_UP
|
||||
#define D_WN KC_DOWN
|
||||
#define LEFT KC_LEFT
|
||||
|
@@ -19,7 +19,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[NAV_CLUSTER]=
|
||||
LAYOUT_60_ansi(
|
||||
_____, PSCR, SCRL, PAUS, NSRT, HOME, PGUP, NMLK, KSSH, STAR, KMIN, ____, ____, ______,
|
||||
______, ____, ____, ____, DELT, END_, PGDN, KP_7, KP_8, KP_9, PLUS, ____, ____, _____,
|
||||
______, ____, ____, ____, DEL, END_, PGDN, KP_7, KP_8, KP_9, PLUS, ____, ____, _____,
|
||||
_______, ____, ____, ____, ____, UPUP, UPUP, KP_4, KP_5, KP_6, PLUS, ____, ___________,
|
||||
________, ____, ____, ____, LEFT, D_WN, RGHT, KP_1, KP_2, KP_3, KNTR, _________________,
|
||||
____, ____, ____, /*-----------------*/KC_KP_0/*-----------------*/, KDOT, KNTR, ____, ____),
|
||||
|
Reference in New Issue
Block a user