keyboard.json (3133B)
1 { 2 "keyboard_name": "BDN9 Rev. 3", 3 "bootloader": "stm32-dfu", 4 "encoder": { 5 "rotary": [ 6 {"pin_a": "A8", "pin_b": "A4"}, 7 {"pin_a": "B3", "pin_b": "A15"}, 8 {"pin_a": "A10", "pin_b": "A9"} 9 ] 10 }, 11 "features": { 12 "bootmagic": true, 13 "command": true, 14 "console": true, 15 "encoder": true, 16 "extrakey": true, 17 "mousekey": true, 18 "rgb_matrix": true 19 }, 20 "matrix_pins": { 21 "direct": [ 22 ["B12", "B5", "B6"], 23 ["B14", "B4", "B7"], 24 ["A3", "F1", "F0"] 25 ] 26 }, 27 "processor": "STM32G431", 28 "rgb_matrix": { 29 "animations": { 30 "alphas_mods": true, 31 "band_pinwheel_sat": true, 32 "band_pinwheel_val": true, 33 "band_sat": true, 34 "band_spiral_sat": true, 35 "band_spiral_val": true, 36 "band_val": true, 37 "breathing": true, 38 "cycle_all": true, 39 "cycle_left_right": true, 40 "cycle_out_in": true, 41 "cycle_out_in_dual": true, 42 "cycle_pinwheel": true, 43 "cycle_spiral": true, 44 "cycle_up_down": true, 45 "digital_rain": true, 46 "dual_beacon": true, 47 "gradient_left_right": true, 48 "gradient_up_down": true, 49 "hue_breathing": true, 50 "hue_pendulum": true, 51 "hue_wave": true, 52 "jellybean_raindrops": true, 53 "multisplash": true, 54 "pixel_flow": true, 55 "pixel_fractal": true, 56 "pixel_rain": true, 57 "rainbow_beacon": true, 58 "rainbow_moving_chevron": true, 59 "rainbow_pinwheels": true, 60 "raindrops": true, 61 "solid_multisplash": true, 62 "solid_reactive": true, 63 "solid_reactive_cross": true, 64 "solid_reactive_multicross": true, 65 "solid_reactive_multinexus": true, 66 "solid_reactive_multiwide": true, 67 "solid_reactive_nexus": true, 68 "solid_reactive_simple": true, 69 "solid_reactive_wide": true, 70 "solid_splash": true, 71 "splash": true, 72 "typing_heatmap": true 73 }, 74 "driver": "ws2812", 75 "layout": [ 76 {"matrix": [0, 0], "x": 0, "y": 0, "flags": 4}, 77 {"matrix": [0, 1], "x": 112, "y": 0, "flags": 4}, 78 {"matrix": [0, 2], "x": 224, "y": 0, "flags": 4}, 79 {"matrix": [1, 0], "x": 0, "y": 32, "flags": 4}, 80 {"matrix": [1, 1], "x": 112, "y": 32, "flags": 4}, 81 {"matrix": [1, 2], "x": 224, "y": 32, "flags": 4}, 82 {"matrix": [2, 0], "x": 0, "y": 64, "flags": 4}, 83 {"matrix": [2, 1], "x": 112, "y": 64, "flags": 4}, 84 {"matrix": [2, 2], "x": 224, "y": 64, "flags": 4}, 85 {"x": 56, "y": 64, "flags": 2}, 86 {"x": 168, "y": 64, "flags": 2} 87 ] 88 }, 89 "usb": { 90 "device_version": "3.0.0", 91 "pid": "0x3133" 92 }, 93 "ws2812": { 94 "driver": "pwm", 95 "pin": "B15" 96 } 97 }