keyboard.json (3447B)
1 { 2 "manufacturer": "MechWild", 3 "keyboard_name": "BB Steno", 4 "maintainer": "kylemccreery", 5 "bootloader_instructions": "Hold down the BOOT button, then tap the NRST button on the BlackPill. Avoid touching the A11 and A12 pins.", 6 "development_board": "blackpill_f401", 7 "diode_direction": "COL2ROW", 8 "dip_switch": { 9 "pins": ["A0"] 10 }, 11 "features": { 12 "bootmagic": true, 13 "dip_switch": true, 14 "nkro": true, 15 "rgblight": true, 16 "steno": true 17 }, 18 "indicators": { 19 "caps_lock": "C13", 20 "on_state": 0 21 }, 22 "matrix_pins": { 23 "cols": ["B0", "A7", "A6", "A5", "A4", "A3"], 24 "rows": ["B12", "B10", "B13", "B1", "B14"] 25 }, 26 "rgblight": { 27 "animations": { 28 "alternating": true, 29 "breathing": true, 30 "christmas": true, 31 "knight": true, 32 "rainbow_mood": true, 33 "rainbow_swirl": true, 34 "rgb_test": true, 35 "snake": true, 36 "static_gradient": true, 37 "twinkle": true 38 }, 39 "brightness_steps": 8, 40 "led_count": 6, 41 "saturation_steps": 8, 42 "sleep": true 43 }, 44 "url": "https://mechwild.com/product/bb-steno/", 45 "usb": { 46 "device_version": "1.1.0", 47 "pid": "0x170E", 48 "shared_endpoint": { 49 "keyboard": true 50 }, 51 "vid": "0x6D77" 52 }, 53 "host": { 54 "default": { 55 "nkro": true 56 } 57 }, 58 "ws2812": { 59 "driver": "pwm", 60 "pin": "B9" 61 }, 62 "layouts": { 63 "LAYOUT": { 64 "layout": [ 65 {"matrix": [0, 0], "x": 0, "y": 0.375}, 66 {"matrix": [0, 1], "x": 1, "y": 0.375}, 67 {"matrix": [0, 2], "x": 2, "y": 0.125}, 68 {"matrix": [0, 3], "x": 3, "y": 0}, 69 {"matrix": [0, 4], "x": 4, "y": 0.125}, 70 {"matrix": [0, 5], "x": 5, "y": 0.125}, 71 {"matrix": [1, 0], "x": 6.75, "y": 0.125}, 72 {"matrix": [1, 1], "x": 7.75, "y": 0.125}, 73 {"matrix": [1, 2], "x": 8.75, "y": 0}, 74 {"matrix": [1, 3], "x": 9.75, "y": 0.125}, 75 {"matrix": [1, 4], "x": 10.75, "y": 0.375}, 76 {"matrix": [1, 5], "x": 11.75, "y": 0.375}, 77 {"matrix": [2, 0], "x": 0, "y": 1.375}, 78 {"matrix": [2, 1], "x": 1, "y": 1.375}, 79 {"matrix": [2, 2], "x": 2, "y": 1.125}, 80 {"matrix": [2, 3], "x": 3, "y": 1}, 81 {"matrix": [2, 4], "x": 4, "y": 1.125}, 82 {"matrix": [2, 5], "x": 5, "y": 1.125}, 83 {"matrix": [3, 0], "x": 6.75, "y": 1.125}, 84 {"matrix": [3, 1], "x": 7.75, "y": 1.125}, 85 {"matrix": [3, 2], "x": 8.75, "y": 1}, 86 {"matrix": [3, 3], "x": 9.75, "y": 1.125}, 87 {"matrix": [3, 4], "x": 10.75, "y": 1.375}, 88 {"matrix": [3, 5], "x": 11.75, "y": 1.375}, 89 {"matrix": [4, 3], "x": 2.75, "y": 3.125, "h": 1.5}, 90 {"matrix": [4, 4], "x": 3.75, "y": 3.125, "h": 1.5}, 91 {"matrix": [4, 5], "x": 4.75, "y": 2.875, "h": 1.5}, 92 {"matrix": [4, 0], "x": 7, "y": 2.875, "h": 1.5}, 93 {"matrix": [4, 1], "x": 8, "y": 3.125, "h": 1.5}, 94 {"matrix": [4, 2], "x": 9, "y": 3.125, "h": 1.5} 95 ] 96 } 97 } 98 }