Browse Source

[Keyboard] Add meishi2 Configurator support (#6442)

pull/6448/head
Joel Challis 4 years ago
committed by Drashna Jaelre
parent
commit
c57994f09e
1 changed files with 18 additions and 0 deletions
  1. +18
    -0
      keyboards/meishi2/info.json

+ 18
- 0
keyboards/meishi2/info.json View File

@ -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 }
]
}
}
}

Loading…
Cancel
Save