aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/meishi2
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2019-07-30 06:54:37 +0100
committerDrashna Jaelre <drashna@live.com>2019-07-29 22:54:37 -0700
commitc57994f09e753ab1120c0b81dfbf8a524d85379c (patch)
treedfd5238c887cf9d754730e8c8a270493bdb24f72 /keyboards/meishi2
parent43f388166faaebaefaec7d7ec1e50d4d93847e20 (diff)
downloadfirmware-c57994f09e753ab1120c0b81dfbf8a524d85379c.tar.gz
firmware-c57994f09e753ab1120c0b81dfbf8a524d85379c.tar.bz2
firmware-c57994f09e753ab1120c0b81dfbf8a524d85379c.zip
[Keyboard] Add meishi2 Configurator support (#6442)
Diffstat (limited to 'keyboards/meishi2')
-rw-r--r--keyboards/meishi2/info.json18
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 @@
+{
+ "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 }
+ ]
+ }
+ }
+}