Skip to content

Commit

Permalink
feat: add a new geometry mod symmetric
Browse files Browse the repository at this point in the history
  • Loading branch information
aradzie committed Oct 31, 2024
1 parent b1c12d2 commit 2c2195d
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 338 deletions.
6 changes: 6 additions & 0 deletions packages/keybr-keyboard/lib/geometry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ export class Geometry implements EnumItem {
"ISO 102 (Symmetric)",
"staggered",
);
static readonly ISO_102_FULL_SYMMETRIC = new Geometry(
"iso102fullsymmetric", //
"ISO 102 (Full, Symmetric)",
"staggered",
);
static readonly KOREAN_103 = new Geometry(
"kr103", //
"Korean 103",
Expand Down Expand Up @@ -68,6 +73,7 @@ export class Geometry implements EnumItem {
Geometry.ISO_102,
Geometry.ISO_102_FULL,
Geometry.ISO_102_SYMMETRIC,
Geometry.ISO_102_FULL_SYMMETRIC,
Geometry.KOREAN_103,
Geometry.KOREAN_103_FULL,
Geometry.BRAZILIAN_104,
Expand Down
335 changes: 0 additions & 335 deletions packages/keybr-keyboard/lib/geometry/iso_102_symmetric.ts

This file was deleted.

Loading

0 comments on commit 2c2195d

Please sign in to comment.