keychron_qmk_firmware/keyboards/phdesign/phac/keyboard.json
nonameCCC b7729fa019
[Keyboard] Add Support for PH-AC Rhythm Game Controller (#24368)
* [Keyboard] Add PHDesign PH-AC Rhythm Game Contoller

Co-authored by alt-0191

* Detail Improvement

* Update keyboard.json

* Update readme.md

* Update readme.md

* Created Encoder Matrix

* Posted Images

* Suggested Changes

* Update keyboard.json

* Update readme.md

* Update keyboard.json

* Update readme.md
2024-09-10 23:43:36 -06:00

47 lines
1.3 KiB
JSON

{
"manufacturer": "PHDesign",
"keyboard_name": "phac",
"maintainer": "nonameCCC",
"bootloader": "rp2040",
"encoder": {
"rotary": [
{"pin_a": "GP7", "pin_b": "GP8", "resolution": 1},
{"pin_a": "GP10", "pin_b": "GP9", "resolution": 1}
]
},
"features": {
"bootmagic": true,
"command": false,
"console": false,
"encoder": true,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"matrix_pins": {
"direct": [
["GP1", "GP6", "GP5", "GP4", "GP3", "GP2", "GP0"]
]
},
"processor": "RP2040",
"url": "",
"usb": {
"device_version": "2.2.0",
"pid": "0x0001",
"vid": "0x5048"
},
"layouts": {
"LAYOUT": {
"layout": [
{"matrix": [0, 0], "x": 2.5, "y": 0},
{"matrix": [0, 1], "x": 0, "y": 1, "w": 1.5},
{"matrix": [0, 2], "x": 1.5, "y": 1, "w": 1.5},
{"matrix": [0, 3], "x": 3, "y": 1, "w": 1.5},
{"matrix": [0, 4], "x": 4.5, "y": 1, "w": 1.5},
{"matrix": [0, 5], "x": 0.375, "y": 2, "w": 2.25},
{"matrix": [0, 6], "x": 3.375, "y": 2, "w": 2.25}
]
}
}
}