keymap.json (698B)
1 { 2 "config": { 3 "features": { 4 "rgblight": true 5 }, 6 "tapping": { 7 "term": 500 8 }, 9 "rgblight": { 10 "driver": "apa102", 11 "led_count": 40, 12 "default": { 13 "val": 5 14 }, 15 "animations": { 16 "breathing": true, 17 "rainbow_mood": true, 18 "rainbow_swirl": true, 19 "snake": true, 20 "knight": true, 21 "christmas": true, 22 "static_gradient": true, 23 "rgb_test": true, 24 "alternating": true, 25 "twinkle": true 26 } 27 } 28 } 29 }