qmk_sweep_skeletyl/keyboards/ocean/stealth/info.json

24 lines
543 B
JSON
Raw Normal View History

{
"keyboard_name": "Stealth",
"manufacturer": "Ocean",
"url": "",
"maintainer": "Ocean",
"usb": {
"vid": "0x9624",
"pid": "0x0010",
"device_version": "0.0.1"
},
"matrix_pins": {
"cols": ["D0", "D4", "C6"],
"rows": ["D1"]
},
"diode_direction": "ROW2COL",
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
"LAYOUT": {
"layout": [{"x":0, "y":0, "w":2.25}, {"x":0, "y":1, "w":1.25}, {"x":1.25, "y":1}]
}
}
}