keyboard.json (2935B)
1 { 2 "keyboard_name": "Swoop", 3 "url": "https://github.com/jimmerricks/swoop", 4 "maintainer": "jmnw", 5 "manufacturer": "jmnw", 6 "usb": { 7 "vid": "0x1804", 8 "pid": "0x3046", 9 "device_version": "1.0.0" 10 }, 11 "features": { 12 "bootmagic": true, 13 "mousekey": true, 14 "extrakey": true, 15 "rgblight": true 16 }, 17 "ws2812": { 18 "pin": "D3" 19 }, 20 "rgblight": { 21 "hue_steps": 10, 22 "led_count": 36, 23 "max_brightness": 150, 24 "sleep": true, 25 "split_count": [18, 18], 26 "animations": { 27 "breathing": true, 28 "rainbow_mood": true, 29 "rainbow_swirl": true, 30 "static_gradient": true 31 } 32 }, 33 "matrix_pins": { 34 "cols": ["B1", "F7", "F6", "F5", "F4"], 35 "rows": ["D4", "C6", "D7", "E6"] 36 }, 37 "diode_direction": "COL2ROW", 38 "encoder": { 39 "rotary": [ 40 {"pin_a": "B4", "pin_b": "B5"} 41 ] 42 }, 43 "split": { 44 "enabled": true, 45 "encoder": { 46 "right": { 47 "rotary": [ 48 {"pin_a": "B5", "pin_b": "B4"} 49 ] 50 } 51 }, 52 "serial": { 53 "pin": "D2" 54 } 55 }, 56 "development_board": "promicro", 57 "community_layouts": ["split_3x5_3"], 58 "layouts": { 59 "LAYOUT_split_3x5_3": { 60 "layout": [ 61 {"matrix": [0, 0], "x": 0, "y": 0.375}, 62 {"matrix": [0, 1], "x": 1, "y": 0.125}, 63 {"matrix": [0, 2], "x": 2, "y": 0}, 64 {"matrix": [0, 3], "x": 3, "y": 0.125}, 65 {"matrix": [0, 4], "x": 4, "y": 0.25}, 66 67 {"matrix": [4, 4], "x": 8, "y": 0.25}, 68 {"matrix": [4, 3], "x": 9, "y": 0.125}, 69 {"matrix": [4, 2], "x": 10, "y": 0}, 70 {"matrix": [4, 1], "x": 11, "y": 0.125}, 71 {"matrix": [4, 0], "x": 12, "y": 0.375}, 72 73 {"matrix": [1, 0], "x": 0, "y": 1.375}, 74 {"matrix": [1, 1], "x": 1, "y": 1.125}, 75 {"matrix": [1, 2], "x": 2, "y": 1}, 76 {"matrix": [1, 3], "x": 3, "y": 1.125}, 77 {"matrix": [1, 4], "x": 4, "y": 1.25}, 78 79 {"matrix": [5, 4], "x": 8, "y": 1.25}, 80 {"matrix": [5, 3], "x": 9, "y": 1.125}, 81 {"matrix": [5, 2], "x": 10, "y": 1}, 82 {"matrix": [5, 1], "x": 11, "y": 1.125}, 83 {"matrix": [5, 0], "x": 12, "y": 1.375}, 84 85 {"matrix": [2, 0], "x": 0, "y": 2.375}, 86 {"matrix": [2, 1], "x": 1, "y": 2.125}, 87 {"matrix": [2, 2], "x": 2, "y": 2}, 88 {"matrix": [2, 3], "x": 3, "y": 2.125}, 89 {"matrix": [2, 4], "x": 4, "y": 2.25}, 90 91 {"matrix": [6, 4], "x": 8, "y": 2.25}, 92 {"matrix": [6, 3], "x": 9, "y": 2.125}, 93 {"matrix": [6, 2], "x": 10, "y": 2}, 94 {"matrix": [6, 1], "x": 11, "y": 2.125}, 95 {"matrix": [6, 0], "x": 12, "y": 2.375}, 96 97 {"matrix": [3, 2], "x": 2.875, "y": 3.25}, 98 {"matrix": [3, 3], "x": 4, "y": 3.375}, 99 {"matrix": [3, 4], "x": 5.125, "y": 3.625}, 100 101 {"matrix": [7, 4], "x": 6.875, "y": 3.625}, 102 {"matrix": [7, 3], "x": 8, "y": 3.375}, 103 {"matrix": [7, 2], "x": 9.125, "y": 3.25} 104 ] 105 } 106 } 107 }