1
0
Fork 0

Remove legacy keycodes, part 3 (#18669)

* `KC__VOLDOWN` -> `KC_VOLD`

* `KC__VOLUP` -> `KC_VOLU`

* `KC__MUTE` -> `KC_MUTE`

* `KC_POWER` -> `KC_PWR`
This commit is contained in:
Ryan 2022-10-12 00:21:47 +11:00 committed by GitHub
parent 17ada03243
commit e96d829724
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
113 changed files with 190 additions and 201 deletions

View file

@ -157,7 +157,7 @@ lookup_table_t lookup_table[333] =
{"KC_PDOT", KC_PDOT},
{"KC_NUBS", KC_NUBS},
{"KC_APP", KC_APP},
{"KC_POWER", KC_POWER},
{"KC_KB_POWER", KC_KB_POWER},
{"KC_PEQL", KC_PEQL},
{"KC_F13", KC_F13},
{"KC_F14", KC_F14},