From 637a6fe59012c59f3f9a63a7c2cd95a53d05f83c Mon Sep 17 00:00:00 2001 From: James Young <18669334+noroadsleft@users.noreply.github.com> Date: Sun, 14 Mar 2021 11:28:19 -0700 Subject: [PATCH] add info.json file for merge/iso_macro --- keyboards/merge/iso_macro/info.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 keyboards/merge/iso_macro/info.json diff --git a/keyboards/merge/iso_macro/info.json b/keyboards/merge/iso_macro/info.json new file mode 100644 index 00000000000..6ec535ac2db --- /dev/null +++ b/keyboards/merge/iso_macro/info.json @@ -0,0 +1,23 @@ +{ + "keyboard_name": "ISO Macro", + "url": "", + "maintainer": "duoshock", + "width": 5.75, + "height": 2, + "layouts": { + "LAYOUT": { + "layout": [ + {"x":0, "y":0}, + {"x":1.25, "y":0}, + {"x":2.25, "y":0}, + {"x":3.25, "y":0}, + {"x":4.5, "y":0, "w":1.25, "h":2}, + + {"x":0, "y":1}, + {"x":1.5, "y":1}, + {"x":2.5, "y":1}, + {"x":3.5, "y":1} + ] + } + } +}