keyboard.json (3730B)
1 { 2 "keyboard_name": "BDN9 Rev. 2", 3 "usb": { 4 "pid": "0x2133", 5 "device_version": "2.0.0" 6 }, 7 "rgblight": { 8 "saturation_steps": 8, 9 "brightness_steps": 8, 10 "led_count": 11, 11 "sleep": true, 12 "animations": { 13 "breathing": true, 14 "rainbow_mood": true, 15 "rainbow_swirl": true, 16 "snake": true, 17 "knight": true, 18 "christmas": true, 19 "static_gradient": true, 20 "rgb_test": true, 21 "alternating": true, 22 "twinkle": true 23 } 24 }, 25 "ws2812": { 26 "pin": "B15" 27 }, 28 "rgb_matrix": { 29 "animations":{ 30 "alphas_mods": true, 31 "gradient_up_down": true, 32 "gradient_left_right": true, 33 "breathing": true, 34 "band_sat": true, 35 "band_val": true, 36 "band_pinwheel_sat": true, 37 "band_pinwheel_val": true, 38 "band_spiral_sat": true, 39 "band_spiral_val": true, 40 "cycle_all": true, 41 "cycle_left_right": true, 42 "cycle_up_down": true, 43 "rainbow_moving_chevron": true, 44 "cycle_out_in": true, 45 "cycle_out_in_dual": true, 46 "cycle_pinwheel": true, 47 "cycle_spiral": true, 48 "dual_beacon": true, 49 "rainbow_beacon": true, 50 "rainbow_pinwheels": true, 51 "raindrops": true, 52 "jellybean_raindrops": true, 53 "hue_breathing": true, 54 "hue_pendulum": true, 55 "hue_wave": true, 56 "pixel_rain": true, 57 "pixel_flow": true, 58 "pixel_fractal": true, 59 "typing_heatmap": true, 60 "digital_rain": true, 61 "solid_reactive_simple": true, 62 "solid_reactive": true, 63 "solid_reactive_wide": true, 64 "solid_reactive_multiwide": true, 65 "solid_reactive_cross": true, 66 "solid_reactive_multicross": true, 67 "solid_reactive_nexus": true, 68 "solid_reactive_multinexus": true, 69 "splash": true, 70 "multisplash": true, 71 "solid_splash": true, 72 "solid_multisplash": 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 "encoder": { 90 "rotary": [ 91 {"pin_a": "A8", "pin_b": "A4"}, 92 {"pin_a": "B3", "pin_b": "A15"}, 93 {"pin_a": "A10", "pin_b": "A9"} 94 ] 95 }, 96 "qmk": { 97 "tap_keycode_delay": 10, 98 "locking": { 99 "enabled": true, 100 "resync": true 101 } 102 }, 103 "processor": "STM32F072", 104 "bootloader": "stm32-dfu", 105 "features": { 106 "bootmagic": true, 107 "mousekey": true, 108 "extrakey": true, 109 "console": true, 110 "command": true, 111 "encoder": true, 112 "rgb_matrix": true 113 }, 114 "matrix_pins": { 115 "direct": [ 116 ["B12", "B5", "B6"], 117 ["B14", "B4", "B7"], 118 ["A3", "F1", "F0"] 119 ] 120 } 121 }