[Keyboard] Add Binepad BNR1 v2 rotary encoder (#19770)

This commit is contained in:
Vino Rodrigues
2023-02-10 08:01:21 +11:00
committed by GitHub
parent 9c6b8fae40
commit 989f2476b6
10 changed files with 60 additions and 11 deletions

View File

@@ -0,0 +1,22 @@
{
"bootloader": "stm32duino",
"processor": "STM32F103",
"diode_direction": "COL2ROW",
"usb": {
"pid": "0x4241",
"device_version": "2.0.0"
},
"matrix_pins": {
"cols": ["A15"],
"rows": ["A8"]
},
"encoder": {
"enabled": true,
"rotary": [
{
"pin_a": "B3",
"pin_b": "B4"
}
]
}
}