summaryrefslogtreecommitdiff
path: root/keyboards/6lit/info.json
diff options
context:
space:
mode:
authorzvecr <z.zvecr@gmail.com>2018-11-06 03:01:13 +0000
committerDrashna Jaelre <drashna@live.com>2018-11-05 19:01:13 -0800
commit5729380530ca28049a193f84b0199e77ba3e8edd (patch)
tree694b7d9ee99d06433fff9d443d874b3fad5aa817 /keyboards/6lit/info.json
parenta3bb8c05c9ac6e6e4e5334caba1a816fa309d414 (diff)
Keyboard: Initial 6lit port (#4355)
* Initial 6lit port * Pull request review changes * Switch to bootmagic lite
Diffstat (limited to 'keyboards/6lit/info.json')
-rw-r--r--keyboards/6lit/info.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/6lit/info.json b/keyboards/6lit/info.json
new file mode 100644
index 0000000000..ce1a7d6e16
--- /dev/null
+++ b/keyboards/6lit/info.json
@@ -0,0 +1,23 @@
+{
+ "keyboard_name": "6lit",
+ "url": "",
+ "maintainer": "qmk",
+ "width": 6,
+ "height": 2,
+ "layouts": {
+ "LAYOUT_macro": {
+ "key_count": 6,
+ "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}
+ ]
+ },
+ "LAYOUT_split": {
+ "key_count": 12,
+ "layout": [
+ {"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}, {"x":5, "y":0},
+ {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":3, "y":1}, {"x":4, "y":1}, {"x":5, "y":1}
+ ]
+ }
+ }
+}