diff options
author | Joel Challis <git@zvecr.com> | 2019-07-30 06:54:37 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-07-29 22:54:37 -0700 |
commit | c57994f09e753ab1120c0b81dfbf8a524d85379c (patch) | |
tree | dfd5238c887cf9d754730e8c8a270493bdb24f72 | |
parent | 43f388166faaebaefaec7d7ec1e50d4d93847e20 (diff) | |
download | qmk_firmware-c57994f09e753ab1120c0b81dfbf8a524d85379c.tar.gz qmk_firmware-c57994f09e753ab1120c0b81dfbf8a524d85379c.zip |
[Keyboard] Add meishi2 Configurator support (#6442)
-rw-r--r-- | keyboards/meishi2/info.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/meishi2/info.json b/keyboards/meishi2/info.json index e69de29bb2..11e18e9f47 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 } + ] + } + } +} |