keyboard.json (1012B)
1 { 2 "features": { 3 "bootmagic": false, 4 "command": true, 5 "console": true, 6 "encoder": true, 7 "extrakey": true, 8 "mousekey": false, 9 "nkro": true, 10 "rgblight": true 11 }, 12 "matrix_pins": { 13 "cols": ["B4", "B5", "F6", "F5", "F4", "F7", "B1", "B3", "B2", "B6"], 14 "rows": ["D4", "C6", "D7", "E6"] 15 }, 16 "rgblight": { 17 "saturation_steps": 8, 18 "brightness_steps": 8, 19 "led_count": 13, 20 "animations": { 21 "breathing": true, 22 "rainbow_mood": true, 23 "rainbow_swirl": true, 24 "snake": true, 25 "knight": true, 26 "christmas": true, 27 "static_gradient": true, 28 "rgb_test": true, 29 "alternating": true, 30 "twinkle": true 31 } 32 }, 33 "ws2812": { 34 "pin": "D1" 35 }, 36 "diode_direction": "COL2ROW", 37 "encoder": { 38 "rotary": [ 39 {"pin_a": "D3", "pin_b": "D2"} 40 ] 41 } 42 }