qmk-keychron-q3-colemak-dh/keyboards/binepad/bnr1/info.json
Vino Rodrigues 12466fc687
Addition of the Binepad BNR1 rotary encoder (#358)
* Add Binepad BNR1 v1 and v2

* Switch on LTO_ENABLE for v1 ATMega variant

* Update rules.mk

* Add default folder to base rules.mk

* Touchups to code after qmk repo review
2023-02-07 23:05:34 -06:00

28 lines
599 B
JSON
Executable File

{
"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"
},
"community_layouts": ["ortho_1x1"],
"layouts": {
"LAYOUT_ortho_1x1": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0, "w": 2, "h": 2}
]
}
}
}