summaryrefslogtreecommitdiff
path: root/keyboards/binepad/bn006/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/binepad/bn006/info.json')
-rwxr-xr-xkeyboards/binepad/bn006/info.json52
1 files changed, 52 insertions, 0 deletions
diff --git a/keyboards/binepad/bn006/info.json b/keyboards/binepad/bn006/info.json
new file mode 100755
index 0000000000..c0147a564e
--- /dev/null
+++ b/keyboards/binepad/bn006/info.json
@@ -0,0 +1,52 @@
+{
+ "manufacturer": "Binepad",
+ "keyboard_name": "BN006",
+ "maintainer": "Binepad",
+ "bootloader": "stm32duino",
+ "debounce": 5,
+ "diode_direction": "COL2ROW",
+ "features": {
+ "bootmagic": true,
+ "command": false,
+ "console": false,
+ "extrakey": true,
+ "mousekey": true,
+ "nkro": false,
+ "rgb_matrix": true
+ },
+ "matrix_pins": {
+ "cols": ["A15", "B3", "B4"],
+ "rows": ["A8", "C14"]
+ },
+ "processor": "STM32F103",
+ "url": "https://binepad.com",
+ "usb": {
+ "vid": "0x4249",
+ "pid": "0x426E",
+ "device_version": "1.0.0"
+ },
+ "rgb_matrix": {
+ "driver": "WS2812",
+ "layout": [
+ { "flags": 4, "matrix": [0, 0], "x": 0, "y": 0 },
+ { "flags": 4, "matrix": [0, 1], "x": 112, "y": 0 },
+ { "flags": 4, "matrix": [0, 2], "x": 224, "y": 0 },
+ { "flags": 4, "matrix": [1, 0], "x": 0, "y": 64 },
+ { "flags": 4, "matrix": [1, 1], "x": 112, "y": 64 },
+ { "flags": 4, "matrix": [1, 2], "x": 224, "y": 64 }
+ ]
+ },
+ "community_layouts": ["ortho_2x3"],
+ "layouts": {
+ "LAYOUT_ortho_2x3": {
+ "layout": [
+ { "matrix": [0, 0], "x": 0, "y": 0 },
+ { "matrix": [0, 1], "x": 1, "y": 0 },
+ { "matrix": [0, 2], "x": 2, "y": 0 },
+ { "matrix": [1, 0], "x": 0, "y": 1 },
+ { "matrix": [1, 1], "x": 1, "y": 1 },
+ { "matrix": [1, 2], "x": 2, "y": 1 }
+ ]
+ }
+ }
+}