[Keyboard] Add mokey12x2 (#20702)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
47
keyboards/mokey/mokey12x2/info.json
Normal file
47
keyboards/mokey/mokey12x2/info.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"keyboard_name": "Mokey12x2",
|
||||
"manufacturer": "Mokey",
|
||||
"url": "",
|
||||
"maintainer": "Mokey",
|
||||
"development_board": "bluepill",
|
||||
"diode_direction": "COL2ROW",
|
||||
"matrix_pins": {
|
||||
"cols": ["A6", "A5", "A4", "A3", "B9"],
|
||||
"rows": ["A2", "A1", "A0", "A7"]
|
||||
},
|
||||
"usb": {
|
||||
"device_version": "0.0.1",
|
||||
"vid": "0x6653",
|
||||
"pid": "0x012A"
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"nkro": true
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
{"matrix": [0,0], "x":0.25, "y":2.75},
|
||||
{"matrix": [0,1], "x":1.25, "y":2.75},
|
||||
{"matrix": [0,2], "x":2.25, "y":2.75},
|
||||
{"matrix": [0,3], "x":3.25, "y":2.75},
|
||||
{"matrix": [0,4], "x":0.25, "y":0, "w":1.5, "h":1.5},
|
||||
{"matrix": [1,0], "x":0.25, "y":3.75},
|
||||
{"matrix": [1,1], "x":1.25, "y":3.75},
|
||||
{"matrix": [1,2], "x":2.25, "y":3.75},
|
||||
{"matrix": [1,3], "x":3.25, "y":3.75},
|
||||
{"matrix": [1,4], "x":2.75, "y":0, "w":1.5, "h":1.5},
|
||||
{"matrix": [2,0], "x":0.25, "y":4.75},
|
||||
{"matrix": [2,1], "x":1.25, "y":4.75},
|
||||
{"matrix": [2,2], "x":2.25, "y":4.75},
|
||||
{"matrix": [2,3], "x":3.25, "y":4.75},
|
||||
{"matrix": [3,0], "x":0, "y":1.5},
|
||||
{"matrix": [3,1], "x":1, "y":1.5},
|
||||
{"matrix": [3,2], "x":2.5, "y":1.5},
|
||||
{"matrix": [3,3], "x":3.5, "y":1.5}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user