summaryrefslogtreecommitdiff
path: root/keyboards/smallkeyboard/info.json
diff options
context:
space:
mode:
authorzhouqiong19840119 <82140728+zhouqiong19840119@users.noreply.github.com>2021-09-22 06:52:39 +0800
committerGitHub <noreply@github.com>2021-09-21 15:52:39 -0700
commitbb754069e95237bec69cc23845e2515eea5f33e4 (patch)
tree50332fd6b6394e02f6a780e1363ac4b98392624c /keyboards/smallkeyboard/info.json
parent32a96be09321870e7d7d084c893dee599e47132b (diff)
[Keyboard] smallkeyboard support (#12817)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/smallkeyboard/info.json')
-rw-r--r--keyboards/smallkeyboard/info.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/smallkeyboard/info.json b/keyboards/smallkeyboard/info.json
new file mode 100644
index 0000000000..8d1d642c10
--- /dev/null
+++ b/keyboards/smallkeyboard/info.json
@@ -0,0 +1,17 @@
+{
+ "keyboard_name": "smallkeyboard",
+ "url": "",
+ "maintainer": "zhouqiong19840119",
+ "layouts": {
+ "LAYOUT_ortho_2x3": {
+ "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}
+ ]
+ }
+ }
+}