[Keyboard] Add Binepad BNR1 rotary encoder (#18809)

Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
Vino Rodrigues
2022-10-27 06:39:17 +11:00
committed by GitHub
parent e485261e53
commit e59475992e
10 changed files with 150 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
{
"manufacturer": "Binepad",
"keyboard_name": "BNR1",
"maintainer": "Binpad",
"debounce": 5,
"features": {
"bootmagic": true,
"command": false,
"console": false,
"extrakey": true,
"mousekey": true,
"nkro": false,
"encoder": true
},
"url": "http://binepad.com",
"usb": {
"vid": "0x4249",
"pid": "0x4231",
"device_version": "1.0.0"
},
"community_layouts": ["ortho_1x1"],
"layouts": {
"LAYOUT_ortho_1x1": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0, "w": 2, "h": 2}
]
}
}
}