Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Rart4x4 and via support #11095

Merged
merged 15 commits into from
Dec 16, 2020
Prev Previous commit
Next Next commit
Create info.json
  • Loading branch information
rezaadio committed Dec 1, 2020
commit 04bc12d005ffcd5ad3847c1acbbdaee7517a0020
32 changes: 32 additions & 0 deletions keyboards/rart/rart4x4/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"keyboard_name": "RART4X4",
"url": "",
"maintainer": "Alabahuy",
"width": 4,
"height": 4,
"layouts": {
"LAYOUT_ortho_4x4": {
"layout": [
{"label": "Numlock", "x": 0, "y": 0},
{"label": "/", "x": 1, "y": 0},
{"label": "*", "x": 2, "y": 0},
{"label": "-", "x": 3, "y": 0},

{"label": "7", "x": 0, "y": 1},
{"label": "8", "x": 1, "y": 1},
{"label": "9", "x": 2, "y": 1},
{"label": "=", "x": 3, "y": 1},

{"label": "4", "x": 0, "y": 2},
{"label": "5", "x": 1, "y": 2},
{"label": "6", "x": 2, "y": 2},
{"label": "+", "x": 3, "y": 2},

{"label": "1", "x": 0, "y": 3},
{"label": "2", "x": 1, "y": 3},
{"label": "3", "x": 2, "y": 3},
{"label": "Esc", "x": 3, "y": 3},
]
},
}
}