Skip to content

Commit 2c2195d

Browse files
committed
feat: add a new geometry mod symmetric
1 parent b1c12d2 commit 2c2195d

File tree

6 files changed

+82
-338
lines changed

6 files changed

+82
-338
lines changed

packages/keybr-keyboard/lib/geometry.ts

+6
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ export class Geometry implements EnumItem {
2626
"ISO 102 (Symmetric)",
2727
"staggered",
2828
);
29+
static readonly ISO_102_FULL_SYMMETRIC = new Geometry(
30+
"iso102fullsymmetric", //
31+
"ISO 102 (Full, Symmetric)",
32+
"staggered",
33+
);
2934
static readonly KOREAN_103 = new Geometry(
3035
"kr103", //
3136
"Korean 103",
@@ -68,6 +73,7 @@ export class Geometry implements EnumItem {
6873
Geometry.ISO_102,
6974
Geometry.ISO_102_FULL,
7075
Geometry.ISO_102_SYMMETRIC,
76+
Geometry.ISO_102_FULL_SYMMETRIC,
7177
Geometry.KOREAN_103,
7278
Geometry.KOREAN_103_FULL,
7379
Geometry.BRAZILIAN_104,

packages/keybr-keyboard/lib/geometry/iso_102_symmetric.ts

-335
This file was deleted.

0 commit comments

Comments
 (0)