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