qmk_firmware/keyboards/binepad/knobx1/keyboard.json
Silvino R. bb2b7ce7e4
[Keyboard] Add Binepad KnobX1 (#25222)
Co-authored-by: Drashna Jaelre <drashna@live.com>
2025-05-05 23:03:30 -07:00

70 lines
1.6 KiB
JSON

{
"manufacturer": "Binepad",
"keyboard_name": "KnobX1",
"maintainer": "binepad",
"bootloader": "stm32duino",
"bootloader_instructions": "Hold down the layer button (small button on the bottom left) and plug in the keyboard.",
"diode_direction": "COL2ROW",
"eeprom": {
"wear_leveling": {
"backing_size": 1024
}
},
"encoder": {
"rotary": [
{"pin_a": "B12", "pin_b": "B13", "resolution": 2}
]
},
"features": {
"bootmagic": true,
"encoder": true,
"extrakey": true,
"mousekey": true,
"rgblight": true
},
"matrix_pins": {
"direct": [
["A7", "A15"]
]
},
"processor": "STM32F103",
"rgblight": {
"animations": {
"alternating": true,
"breathing": true,
"christmas": true,
"gradient": true,
"knight": true,
"rainbow_mood": true,
"rainbow_swirl": true,
"snake": true,
"twinkle": true
},
"default": {
"hue": 198,
"speed": 2,
"val": 204
},
"driver": "ws2812",
"led_count": 2,
"sleep": true
},
"url": "https://binepad.com/products/knobx1",
"usb": {
"device_version": "1.0.0",
"pid": "0x4249",
"vid": "0x5831"
},
"ws2812": {
"pin": "C13"
},
"layouts": {
"LAYOUT": {
"layout": [
{"matrix": [0, 0], "x": 0, "y": 0},
{"matrix": [0, 1], "x": 1, "y": 0, "w": 3, "h": 3}
]
}
}
}