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 /keyboards/meishi2 | |
| parent | 43f388166faaebaefaec7d7ec1e50d4d93847e20 (diff) | |
| download | qmk_firmware-c57994f09e753ab1120c0b81dfbf8a524d85379c.tar.gz qmk_firmware-c57994f09e753ab1120c0b81dfbf8a524d85379c.zip | |
[Keyboard] Add meishi2 Configurator support (#6442)
Diffstat (limited to 'keyboards/meishi2')
| -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 e69de29bb..11e18e9f4 100644 --- a/keyboards/meishi2/info.json +++ b/keyboards/meishi2/info.json | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | { | ||
| 2 | "keyboard_name": "meishi2", | ||
| 3 | "url": "", | ||
| 4 | "maintainer": "biacco42", | ||
| 5 | "width": 4, | ||
| 6 | "height": 1, | ||
| 7 | "layouts": { | ||
| 8 | "LAYOUT": { | ||
| 9 | "key_count": 4, | ||
| 10 | "layout": [ | ||
| 11 | { "x": 0, "y": 0 }, | ||
| 12 | { "x": 1, "y": 0 }, | ||
| 13 | { "x": 2, "y": 0 }, | ||
| 14 | { "x": 3, "y": 0 } | ||
| 15 | ] | ||
| 16 | } | ||
| 17 | } | ||
| 18 | } | ||
