qmk-keychron-q3-colemak-dh/keyboards/nightly_boards/octopadplus/info.json
Ryan ace372d90d
Move matrix config to info.json, part 3 (#19991)
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-03-11 00:34:34 +11:00

62 lines
1.4 KiB
JSON

{
"keyboard_name": "Octopad+" ,
"manufacturer": "DeskDaily",
"url": "",
"maintainer": "DeskDaily",
"usb": {
"vid": "0xD812",
"pid": "0x0014",
"device_version": "0.0.1"
},
"matrix_pins": {
"cols": ["E6", "F5", "C7", "D7", "F4", "D2"],
"rows": ["F6", "D3"]
},
"diode_direction": "COL2ROW",
"encoder": {
"rotary": [
{"pin_a": "F0", "pin_b": "F1", "resolution": 5},
{"pin_a": "D1", "pin_b": "D0", "resolution": 5}
]
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"rgblight": {
"animations": {
"alternating": true,
"breathing": true,
"christmas": true,
"knight": true,
"rainbow_mood": true,
"rainbow_swirl": true,
"rgb_test": true,
"snake": true,
"static_gradient": true,
"twinkle": true
},
"brightness_steps": 8,
"hue_steps": 8,
"led_count": 8,
"max_brightness": 255,
"pin": "F7",
"saturation_steps": 8,
"sleep": true
},
"layouts": {
"LAYOUT": {
"layout": [
{"x":0, "y":0},
{"x":3, "y":0},
{"x":0, "y":1.25},
{"x":1, "y":1.25},
{"x":2, "y":1.25},
{"x":3, "y":1.25},
{"x":0, "y":2.25},
{"x":1, "y":2.25},
{"x":2, "y":2.25},
{"x":3, "y":2.25}]
}
}
}