summaryrefslogtreecommitdiff
path: root/keyboards/keyhive/honeycomb/info.json
diff options
context:
space:
mode:
authorpeepeetee <43021794+peepeetee@users.noreply.github.com>2022-04-19 18:17:21 +0800
committerGitHub <noreply@github.com>2022-04-19 20:17:21 +1000
commit9f63bce70bd8e065e54de17c48994c3c008d2e0a (patch)
tree580aa20cd65eabf721603f03cb3d2815a1245c13 /keyboards/keyhive/honeycomb/info.json
parentcff489bfdb2752956292c1e9adf1b4223814c267 (diff)
move keyhive exclusive boards into /keyhive (#16084)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/keyhive/honeycomb/info.json')
-rw-r--r--keyboards/keyhive/honeycomb/info.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/keyboards/keyhive/honeycomb/info.json b/keyboards/keyhive/honeycomb/info.json
new file mode 100644
index 0000000000..b11ece332b
--- /dev/null
+++ b/keyboards/keyhive/honeycomb/info.json
@@ -0,0 +1,30 @@
+{
+ "keyboard_name": "Honeycomb",
+ "url": "",
+ "maintainer": "filoxo",
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"x":0, "y":0},
+ {"x":1, "y":0},
+ {"x":2, "y":0},
+ {"x":3, "y":0},
+
+ {"x":0, "y":1},
+ {"x":1, "y":1},
+ {"x":2, "y":1},
+ {"x":3, "y":1},
+
+ {"x":0, "y":2},
+ {"x":1, "y":2},
+ {"x":2, "y":2},
+ {"x":3, "y":2},
+
+ {"x":0, "y":3},
+ {"x":1, "y":3},
+ {"x":2, "y":3},
+ {"x":3, "y":3}
+ ]
+ }
+ }
+}