From: Joel Challis Date: Tue, 30 Jul 2019 05:54:37 +0000 (+0100) Subject: [Keyboard] Add meishi2 Configurator support (#6442) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=c57994f09e753ab1120c0b81dfbf8a524d85379c;p=qmk_firmware.git [Keyboard] Add meishi2 Configurator support (#6442) --- diff --git a/keyboards/meishi2/info.json b/keyboards/meishi2/info.json index e69de29bb..11e18e9f4 100644 --- a/keyboards/meishi2/info.json +++ b/keyboards/meishi2/info.json @@ -0,0 +1,18 @@ +{ + "keyboard_name": "meishi2", + "url": "", + "maintainer": "biacco42", + "width": 4, + "height": 1, + "layouts": { + "LAYOUT": { + "key_count": 4, + "layout": [ + { "x": 0, "y": 0 }, + { "x": 1, "y": 0 }, + { "x": 2, "y": 0 }, + { "x": 3, "y": 0 } + ] + } + } +}