Add UC-1 keypad (#11926)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: online <33636898+online@users.noreply.github.com>
This commit is contained in:
duoshock
2021-03-24 02:00:07 +00:00
committed by GitHub
parent d395c81606
commit 7b07ce3fef
10 changed files with 245 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"keyboard_name": "UC-1",
"url": "https://mergedesign.store/products/uc-1",
"maintainer": "duoshock",
"width": 4.25,
"height": 1,
"layouts": {
"LAYOUT": {
"layout": [
{"label":"0", "x":0, "y":0},
{"label":"1", "x":1.25, "y":0},
{"label":"2", "x":2.25, "y":0},
{"label":"3", "x":3.25, "y":0}
]
}
}
}