feat: m4g support

This commit is contained in:
2024-11-19 17:48:50 +01:00
parent 36874c59e3
commit aced0bbbb7
5 changed files with 53 additions and 28 deletions

View File

@@ -37,6 +37,10 @@
import("$lib/assets/layouts/m4g.yml").then(
(it) => it.default as VisualLayout,
),
M4G_RIGHT_HAND: () =>
import("$lib/assets/layouts/m4g_right_hand.yml").then(
(it) => it.default as VisualLayout,
),
};
</script>
@@ -70,6 +74,7 @@
width: 100%;
height: 100%;
max-height: 20cm;
}
fieldset {