mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-26 02:51:14 +00:00
26 lines
535 B
JSON
26 lines
535 B
JSON
{
|
|
"features": {
|
|
"joystick": true,
|
|
"pointing_device": true
|
|
},
|
|
"joystick": {
|
|
"driver": "analog",
|
|
"axes": {
|
|
"x": {
|
|
"high": 938,
|
|
"input_pin": "GP27",
|
|
"low": 25,
|
|
"rest": 501
|
|
},
|
|
"y": {
|
|
"high": 942,
|
|
"input_pin": "GP28",
|
|
"low": 58,
|
|
"rest": 474
|
|
}
|
|
},
|
|
"axis_resolution": 10,
|
|
"button_count": 32
|
|
}
|
|
}
|