[Keyboard] add support for Bobpad (#13989)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
Ananya Kirti
2021-09-12 03:06:58 +05:30
committed by GitHub
parent 22dd68520b
commit 85b052bdd4
9 changed files with 344 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"keyboard_name": "bobPad",
"url": "",
"maintainer": "Ananya Kirti",
"layouts": {
"LAYOUT_ortho_2x3": {
"layout": [
{"label":"K00 (B0,B2)", "x":0, "y":0},
{"label":"K01 (B0,B3)", "x":1, "y":0},
{"label":"K02 (B0,B4)", "x":2, "y":0},
{"label":"K10 (B1,B2)", "x":0, "y":1},
{"label":"K11 (B1,B3)", "x":1, "y":1},
{"label":"K12 (B1,B4)", "x":2, "y":1}
]
}
}
}