From e59475992e984e3384f48205e2f90855bc4661bf Mon Sep 17 00:00:00 2001 From: Vino Rodrigues <366673+vinorodrigues@users.noreply.github.com> Date: Thu, 27 Oct 2022 06:39:17 +1100 Subject: [Keyboard] Add Binepad BNR1 rotary encoder (#18809) Co-authored-by: Joel Challis --- keyboards/binepad/bnr1/info.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100755 keyboards/binepad/bnr1/info.json (limited to 'keyboards/binepad/bnr1/info.json') diff --git a/keyboards/binepad/bnr1/info.json b/keyboards/binepad/bnr1/info.json new file mode 100755 index 0000000000..c5f1c05cce --- /dev/null +++ b/keyboards/binepad/bnr1/info.json @@ -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} + ] + } + } +} -- cgit v1.2.3