First commit of Kawii9 (#11201)

Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
kiwikey
2020-12-25 21:44:32 +07:00
committed by GitHub
parent b7f640ca76
commit 7ca4b61922
8 changed files with 291 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"keyboard_name": "Kawii9",
"url": "http://kiwikey.vn/kawii9/",
"manufacturer": "KiwiKey",
"maintainer": "KiwiKey",
"width": 3,
"height": 3,
"layouts": {
"LAYOUT_ortho_3x3": {
"layout": [
{"label":"k00", "x":0, "y":0},
{"label":"k01", "x":1, "y":0},
{"label":"k02", "x":2, "y":0},
{"label":"k10", "x":0, "y":1},
{"label":"k11", "x":1, "y":1},
{"label":"k12", "x":2, "y":1},
{"label":"k20", "x":0, "y":2},
{"label":"k21", "x":1, "y":2},
{"label":"k22", "x":2, "y":2}
]
}
}
}