mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-02-19 15:42:05 +00:00
feat: wasm zero
This commit is contained in:
@@ -24,6 +24,10 @@
|
||||
import("$lib/assets/layouts/generic/103-key.yml").then(
|
||||
(it) => it.default as VisualLayout,
|
||||
),
|
||||
ZERO: () =>
|
||||
import("$lib/assets/layouts/generic/103-key.yml").then(
|
||||
(it) => it.default as VisualLayout,
|
||||
),
|
||||
M4G: () =>
|
||||
import("$lib/assets/layouts/m4g.yml").then(
|
||||
(it) => it.default as VisualLayout,
|
||||
|
||||
Reference in New Issue
Block a user