mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-28 08:55:17 -05:00
feat(keymap-upgrader): Upgrade renamed nodes
Added an upgrade function to fix renamed behavior nodes in the unlikely event that someone was changing behavior settings this way instead of using references.
This commit is contained in:
@@ -8,6 +8,6 @@
|
||||
"strict": true,
|
||||
"noEmit": true,
|
||||
"target": "ES6",
|
||||
"lib": ["ES2019.Array", "DOM", "DOM.Iterable"]
|
||||
"lib": ["ES2022", "DOM", "DOM.Iterable"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user