1
0
Fork 0

Remove legacy keycodes, part 5 (#18710)

* `KC_SLCK` -> `KC_SCRL`
* `KC_NLCK` -> `KC_NUM`
This commit is contained in:
Ryan 2022-10-16 08:29:43 +11:00 committed by GitHub
parent 92d7964b28
commit 5e4b076af3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2171 changed files with 2799 additions and 2802 deletions

View file

@ -126,7 +126,7 @@ lookup_table_t lookup_table[333] =
{"KC_F11", KC_F11},
{"KC_F12", KC_F12},
{"KC_PSCR", KC_PSCR},
{"KC_SLCK", KC_SLCK},
{"KC_SCRL", KC_SCRL},
{"KC_PAUS", KC_PAUS},
{"KC_INS", KC_INS},
{"KC_HOME", KC_HOME},
@ -138,7 +138,7 @@ lookup_table_t lookup_table[333] =
{"KC_LEFT", KC_LEFT},
{"KC_DOWN", KC_DOWN},
{"KC_UP", KC_UP},
{"KC_NLCK", KC_NLCK},
{"KC_NUM", KC_NUM},
{"KC_PSLS", KC_PSLS},
{"KC_PAST", KC_PAST},
{"KC_PMNS", KC_PMNS},