keyboard.json (772B)
1 { 2 "qmk": { 3 "locking": { 4 "enabled": true, 5 "resync": true 6 } 7 }, 8 "rgblight": { 9 "hue_steps": 10, 10 "saturation_steps": 10, 11 "brightness_steps": 10, 12 "led_count": 4, 13 "animations": { 14 "breathing": true, 15 "rainbow_mood": true, 16 "rainbow_swirl": true, 17 "snake": true, 18 "knight": true, 19 "christmas": true, 20 "static_gradient": true, 21 "rgb_test": true, 22 "alternating": true, 23 "twinkle": true 24 } 25 }, 26 "ws2812": { 27 "pin": "F4" 28 }, 29 "matrix_pins": { 30 "cols": ["E6", "D7", "C6", "D4"], 31 "rows": ["B4", "B5"] 32 }, 33 "diode_direction": "COL2ROW" 34 }