keyboard.json (2125B)
1 { 2 "keyboard_name": "craftwalk", 3 "manufacturer": "sotoba", 4 "url": "https://github.com/sotoba/craftwalk", 5 "maintainer": "sotoba", 6 "usb": { 7 "vid": "0x7364", 8 "pid": "0x2E8F", 9 "device_version": "0.0.1" 10 }, 11 "bootmagic": { 12 "matrix": [1, 0] 13 }, 14 "rgblight": { 15 "saturation_steps": 8, 16 "brightness_steps": 8, 17 "led_count": 19, 18 "sleep": true, 19 "animations": { 20 "breathing": true, 21 "rainbow_mood": true, 22 "rainbow_swirl": true, 23 "snake": true, 24 "static_gradient": true, 25 "rgb_test": true, 26 "alternating": true 27 } 28 }, 29 "ws2812": { 30 "pin": "D3" 31 }, 32 "features": { 33 "bootmagic": false, 34 "command": true, 35 "console": true, 36 "extrakey": false, 37 "mousekey": true, 38 "nkro": false, 39 "rgblight": true 40 }, 41 "qmk": { 42 "locking": { 43 "enabled": true, 44 "resync": true 45 } 46 }, 47 "matrix_pins": { 48 "cols": ["B1", "F7", "F5", "F4", "B2", "E6", "B4"], 49 "rows": ["F6", "B3", "B5"] 50 }, 51 "diode_direction": "COL2ROW", 52 "development_board": "promicro", 53 "layouts": { 54 "LAYOUT": { 55 "layout": [ 56 {"matrix": [0, 1], "x": 1.25, "y": 0.25}, 57 {"matrix": [0, 2], "x": 2.25, "y": 0}, 58 {"matrix": [0, 3], "x": 3.25, "y": 0.25}, 59 60 {"matrix": [1, 0], "x": 0, "y": 1}, 61 {"matrix": [1, 1], "x": 1.25, "y": 1.25}, 62 {"matrix": [1, 2], "x": 2.25, "y": 1}, 63 {"matrix": [1, 3], "x": 3.25, "y": 1.25}, 64 65 {"matrix": [2, 0], "x": 0, "y": 2}, 66 {"matrix": [2, 1], "x": 1.25, "y": 2.25}, 67 {"matrix": [2, 2], "x": 2.25, "y": 2}, 68 {"matrix": [2, 3], "x": 3.25, "y": 2.25}, 69 {"matrix": [2, 4], "x": 4.25, "y": 2}, 70 71 {"matrix": [2, 5], "x": 5.25, "y": 3, "h": 1.5}, 72 {"matrix": [2, 6], "x": 6.25, "y": 3, "h": 1.5} 73 ] 74 } 75 } 76 }