summaryrefslogtreecommitdiff
path: root/keyboards/mixi/info.json
diff options
context:
space:
mode:
authorGregorio <38576492+ohchiko@users.noreply.github.com>2020-06-18 11:39:16 +0700
committerGitHub <noreply@github.com>2020-06-17 21:39:16 -0700
commit30fd69886dcf069a4e0d2c02ce18803500fcad2e (patch)
tree932c28985b43d8ea7c3a0f8224a8a217feb97dfb /keyboards/mixi/info.json
parented528403fd768e804887b957891b7a16319ae4dc (diff)
[Keyboard] Add Mixi (#9364)
* [Keyboard] Add Mixi Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/mixi/info.json')
-rw-r--r--keyboards/mixi/info.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/mixi/info.json b/keyboards/mixi/info.json
new file mode 100644
index 0000000000..123e23dc6b
--- /dev/null
+++ b/keyboards/mixi/info.json
@@ -0,0 +1,22 @@
+{
+ "keyboard_name": "Mixi",
+ "url": "https://tokopedia.com/sell-stuffs",
+ "maintainer": "ohchiko",
+ "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}
+ ]
+ }
+ }
+}