summaryrefslogtreecommitdiff
path: root/keyboards/4by3/info.json
diff options
context:
space:
mode:
authorElias <eliassjogreen1@gmail.com>2019-08-23 23:18:37 +0200
committernoroadsleft <18669334+noroadsleft@users.noreply.github.com>2019-08-23 14:18:37 -0700
commite0f91f37c4b944b328f9e022b18f2f1ad702fcf4 (patch)
treeb92f075e3b0aba0ebdc256c0e2c067025e384433 /keyboards/4by3/info.json
parentae44ec9820cdf5348e802c9bae3af34557617685 (diff)
Added 4by3 keyboard (#6547)
* Added 4by3 keyboard * Added DEVICE_VER and DESCRIPTION * Removed F_CPU, F_USB, ARCH, and OPT_DEFS * Add 3 new LAYOUT macros for orientations and fixes * Apply suggestions from code review Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com> * Added comments to 4by3 and changed info.json * Update keyboards/4by3/4by3.h Co-Authored-By: fauxpark <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/4by3/info.json')
-rw-r--r--keyboards/4by3/info.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/keyboards/4by3/info.json b/keyboards/4by3/info.json
new file mode 100644
index 0000000000..9cc07a9240
--- /dev/null
+++ b/keyboards/4by3/info.json
@@ -0,0 +1,41 @@
+{
+ "keyboard_name": "4by3",
+ "url": "https://github.com/eliassjogreen/4by3",
+ "maintainer": "eliassjogreen",
+ "width": 4,
+ "height": 3,
+ "layouts": {
+ "LAYOUT_horizontal": {
+ "key_count": 12,
+ "width": 4,
+ "height": 3,
+ "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 }
+ ]
+ },
+ "LAYOUT_vertical_right": {
+ "key_count": 12,
+ "width": 3,
+ "height": 4,
+ "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 },
+ { "x": 0, "y": 3 }, { "x": 1, "y": 3 }, { "x": 2, "y": 3 }
+ ]
+ },
+ "LAYOUT_vertical_left": {
+ "key_count": 12,
+ "width": 3,
+ "height": 4,
+ "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 },
+ { "x": 0, "y": 3 }, { "x": 1, "y": 3 }, { "x": 2, "y": 3 }
+ ]
+ }
+ }
+}