refactor: Improve keymap upgrader
Moved the keymap upgrader to a top-level page like the power profiler to make it more discoverable. It upgrades more things than key codes now, so putting it in the codes category doesn't make much sense. Converted the upgrader code to TypeScript and split it up into smaller files to make it easier to add new upgrade functions. Added upgrade functions to remove/replace "label" properties and rename matrix-transform.h to matrix_transform.h.
This commit is contained in:
parent
1a3529a3e6
commit
a0465391be
14 changed files with 528 additions and 337 deletions
|
|
@ -53,7 +53,6 @@ module.exports = {
|
|||
"codes/applications",
|
||||
"codes/input-assist",
|
||||
"codes/power",
|
||||
"codes/keymap-upgrader",
|
||||
],
|
||||
Configuration: [
|
||||
"config/index",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue