qmk_sweep_skeletyl/keyboards/binepad/bnr1/v1/info.json
Vino Rodrigues e59475992e
[Keyboard] Add Binepad BNR1 rotary encoder (#18809)
Co-authored-by: Joel Challis <git@zvecr.com>
2022-10-26 12:39:17 -07:00

14 lines
273 B
JSON

{
"bootloader": "atmel-dfu",
"processor": "atmega32u4",
"diode_direction": "COL2ROW",
"matrix_pins": {
"cols": ["B0"],
"rows": ["E6"]
},
"encoder": {
"rotary": [
{ "pin_a": "D6", "pin_b": "D7" }
]
}
}