Skip to content

Commit

Permalink
add crafwalk
Browse files Browse the repository at this point in the history
  • Loading branch information
sotoba committed Jun 1, 2024
1 parent 771deee commit ce73e2a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions v3/craftwalk/craftwalk.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "craftwalk",
"vendorId": "0x7364",
"productId": "0x2E8F",
"matrix": {"rows": 3, "cols": 7},
"menus": ["qmk_rgblight"],
"layouts": {
"keymap": [
[{"x": 2.5},"0,2"],
[{"y": -0.75, "x": 1.5}, "0,1", {"x": 1}, "0,3"],
[{"y": -0.25, "x": 2.5}, "1,2"],
[{"y": -0.75, "x": 1.5}, "1,1", {"x": 1}, "1,3"],
[{"y": -0.25, "x": 2.5, "c": "#aaaaaa"}, "2,2", {"x": 1, "c": "#cccccc"}, "2,4"],
[{"y": -0.75, "x": 1.5, "c": "#aaaaaa"}, "2,1", {"x": 1}, "2,3"],
[{"r": 20, "rx": 5, "ry": 2.25, "y": 0.5, "x": 0.75, "h": 1.5}, "2,5", {"h": 1.5}, "2,6"],
[{"r": -12, "rx": 0.5, "ry": 1.5, "x": -0.5, "c": "#777777"}, "1,0"],
[{"x": -0.5, "c": "#aaaaaa"}, "2,0"]
]
}
}

0 comments on commit ce73e2a

Please sign in to comment.