summaryrefslogtreecommitdiff
path: root/keyboards/jpe230/big_knob/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/jpe230/big_knob/info.json')
-rw-r--r--keyboards/jpe230/big_knob/info.json66
1 files changed, 66 insertions, 0 deletions
diff --git a/keyboards/jpe230/big_knob/info.json b/keyboards/jpe230/big_knob/info.json
new file mode 100644
index 0000000000..4f72cfca48
--- /dev/null
+++ b/keyboards/jpe230/big_knob/info.json
@@ -0,0 +1,66 @@
+{
+ "manufacturer": "jpe230",
+ "keyboard_name": "big_knob",
+ "maintainer": "jpe230",
+ "bootloader": "rp2040",
+ "processor": "RP2040",
+ "url": "https://github.com/Jpe230/big_knob",
+ "usb": {
+ "device_version": "1.0.0",
+ "vid": "0xE230",
+ "pid": "0x1337"
+ },
+ "features": {
+ "rgblight": true,
+ "bootmagic": true,
+ "extrakey": true,
+ "mousekey": true,
+ "encoder": true,
+ "backlight": true
+ },
+ "matrix_pins": {
+ "direct": [
+ ["GP1"]
+ ]
+ },
+ "encoder": {
+ "rotary": [
+ {"pin_a": "GP2", "pin_b": "GP3"}
+ ]
+ },
+ "backlight": {
+ "pin": "GP7",
+ "levels": 7,
+ "breathing": false
+ },
+ "rgblight": {
+ "driver": "ws2812",
+ "led_count": 10,
+ "max_brightness": 200,
+ "sleep": true,
+ "animations": {
+ "breathing": true,
+ "rainbow_mood": true,
+ "rainbow_swirl": true,
+ "snake": true,
+ "knight": true,
+ "christmas": true,
+ "static_gradient": true,
+ "rgb_test": true,
+ "alternating": true,
+ "twinkle": true
+ }
+ },
+ "ws2812": {
+ "pin": "GP0",
+ "driver": "vendor"
+ },
+ "community_layouts": ["ortho_1x1"],
+ "layouts": {
+ "LAYOUT_ortho_1x1": {
+ "layout": [
+ {"matrix": [0, 0], "x": 0, "y": 0}
+ ]
+ }
+ }
+}