Skip to content

Commit

Permalink
feat(resources): Add tsuru
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar committed Jan 17, 2025
1 parent 80f50cc commit c50df4c
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
40 changes: 40 additions & 0 deletions resources/qmk_layouts/tsuru.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"url": "https://github.com/kilipan/tsuru",
"layouts": {
"Default": {
"layout": [
{ "x": 0.0, "y": 0.0, "w": 1.5 },
{ "x": 1.5, "y": 0.0 },
{ "x": 2.5, "y": 0.0 },
{ "x": 3.5, "y": 0.0 },
{ "x": 4.5, "y": 0.0 },
{ "x": 5.5, "y": 0.0 },
{ "x": 6.5, "y": 0.0 },
{ "x": 7.5, "y": 0.0 },
{ "x": 8.5, "y": 0.0 },
{ "x": 9.5, "y": 0.0, "w": 1.5 },
{ "x": 0.0, "y": 1.0, "w": 1.25 },
{ "x": 1.25, "y": 1.0 },
{ "x": 2.25, "y": 1.0 },
{ "x": 3.25, "y": 1.0 },
{ "x": 4.25, "y": 1.0 },
{ "x": 5.75, "y": 1.0 },
{ "x": 6.75, "y": 1.0 },
{ "x": 7.75, "y": 1.0 },
{ "x": 8.75, "y": 1.0 },
{ "x": 9.75, "y": 1.0, "w": 1.25 },
{ "x": 0.0, "y": 2.0 },
{ "x": 1.0, "y": 2.0 },
{ "x": 2.0, "y": 2.0 },
{ "x": 3.0, "y": 2.0 },
{ "x": 4.0, "y": 2.0 },
{ "x": 5.0, "y": 2.0 },
{ "x": 6.0, "y": 2.0 },
{ "x": 7.0, "y": 2.0 },
{ "x": 8.0, "y": 2.0 },
{ "x": 9.0, "y": 2.0 },
{ "x": 10.0, "y": 2.0 }
]
}
}
}
2 changes: 2 additions & 0 deletions resources/zmk_keyboard_layouts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,8 @@ tornblue:
default_transform: {qmk_keyboard: torn}
totem:
default_transform: {qmk_keyboard: totem}
tsuru:
default_transform: {qmk_keyboard: tsuru}
untitled:
default_transform: {ortho_layout: {split: true, rows: 4, columns: 6, thumbs: 5}}
urchin: *ferris
Expand Down

0 comments on commit c50df4c

Please sign in to comment.