[Keyboard] Add bthlabs/geekpad (#4840)

* Hello, GeekPad!

* Fixed formatting in `README.md`.
This commit is contained in:
Tomek Wójcik
2019-01-15 16:49:34 +01:00
committed by Drashna Jaelre
parent bc63da4fbf
commit 2dcce4c351
8 changed files with 471 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"keyboard_name": "BTHLabs GeekPad",
"url": "https://git.bthlabs.pl/tomekwojcik/geekpad",
"maintainer": "Tomek Wójcik <contact@bthlabs.pl>",
"width": 3,
"height": 3,
"layouts": {
"LAYOUT": {
"layout": [
{"x": 0, "y": 0},
{"x": 1, "y": 0},
{"x": 2,"y": 0},
{"x": 0, "y": 1},
{"x": 1, "y": 1},
{"x": 2,"y": 1},
{"x": 0, "y": 2},
{"x": 1, "y": 2},
{"x": 2,"y": 2}
]
}
}
}