From 5ed0108fde3f6e13cfa170ba0019dc462af060cf Mon Sep 17 00:00:00 2001 From: James Young <18669334+noroadsleft@users.noreply.github.com> Date: Sun, 14 Mar 2021 11:27:58 -0700 Subject: [PATCH] add info.json file for ivy/rev1 --- keyboards/ivy/rev1/info.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 keyboards/ivy/rev1/info.json diff --git a/keyboards/ivy/rev1/info.json b/keyboards/ivy/rev1/info.json new file mode 100644 index 00000000000..df83108508f --- /dev/null +++ b/keyboards/ivy/rev1/info.json @@ -0,0 +1,16 @@ +{ + "keyboard_name": "IVY", + "url": "", + "maintainer": "", + "width": 3, + "height": 1, + "layouts": { + "LAYOUT": { + "layout": [ + {"x":0, "y":0}, + {"x":1, "y":0}, + {"x":2, "y":0} + ] + } + } +}