@@ -74,42 +74,34 @@ light:
7474 name : " Pulse"
7575 transition_length : 1s
7676 update_interval : 1s
77- width : 28
7877 - pulse :
7978 name : " Pulse - Slow"
8079 transition_length : 2s
8180 update_interval : 2s
82- width : 28
8381 - addressable_scan :
8482 name : " Scan"
8583 move_interval : 100ms
8684 scan_width : 3
87- width : 28
8885 - addressable_twinkle :
8986 name : " Twinkle"
9087 twinkle_probability : 5%
9188 progress_interval : 4ms
92- width : 28
9389 - addressable_random_twinkle :
9490 name : " Random Twinkle"
9591 twinkle_probability : 20%
9692 progress_interval : 32ms
97- width : 28
9893 - addressable_fireworks :
9994 name : " Fireworks"
10095 update_interval : 32ms
10196 spark_probability : 10%
10297 use_random_color : false
10398 fade_out_rate : 120
104- width : 28
10599 - addressable_flicker :
106100 name : " Flicker"
107101 update_interval : 16ms
108102 intensity : 5%
109- width : 28
110103 - random :
111104 name : " Random"
112- width : 28
113105 segments :
114106 - id : light_full
115107 from : 0
@@ -134,68 +126,63 @@ light:
134126 name : " Pulse"
135127 transition_length : 1s
136128 update_interval : 1s
137- width : 32
138129 - pulse :
139130 name : " Pulse - Slow"
140131 transition_length : 2s
141132 update_interval : 2s
142- width : 32
143133 - addressable_scan :
144134 name : " Scan"
145135 move_interval : 100ms
146136 scan_width : 3
147- width : 32
148137 - addressable_twinkle :
149138 name : " Twinkle"
150139 twinkle_probability : 5%
151140 progress_interval : 4ms
152- width : 32
153141 - addressable_random_twinkle :
154142 name : " Random Twinkle"
155143 twinkle_probability : 20%
156144 progress_interval : 32ms
157- width : 32
158145 - addressable_fireworks :
159146 name : " Fireworks"
160147 update_interval : 32ms
161148 spark_probability : 10%
162149 use_random_color : false
163150 fade_out_rate : 120
164- width : 32
165151 - addressable_flicker :
166152 name : " Flicker"
167153 update_interval : 16ms
168154 intensity : 5%
169- width : 32
170155 - random :
171156 name : " Random"
172- width : 32
173157 segments :
174158 - id : light_full
175159 from : 0
176160 to : 31
177161
178- - &light_partition_with_effects_eu_disabled
162+ - &light_partition_no_effects_disabled
179163 id : light_eu_bottom
180164 name : Light - Bottom EU
165+ platform : partition
181166 disabled_by_default : true
182- << : *light_partition_with_effects_eu
167+ default_transition_length : ${default_transition_length}
168+ restore_mode : ${LIGHT_SIDES_RESTORE_MODE}
169+ internal : true
183170 segments :
184171 - id : light_full
185172 from : 6
186173 to : 12
187174 reversed : true
188175 - id : light_eu_left
189176 name : Light - Left EU
190- << : *light_partition_with_effects_eu_disabled
177+ << : *light_partition_no_effects_disabled
191178 segments :
192179 - id : light_full
193180 from : 13
194181 to : 19
195182 reversed : true
196183 - id : light_eu_right
197184 name : Light - Right EU
198- << : *light_partition_with_effects_eu_disabled
185+ << : *light_partition_no_effects_disabled
199186 segments :
200187 - id : light_full
201188 from : 27
@@ -207,33 +194,31 @@ light:
207194 reversed : false
208195 - id : light_eu_top
209196 name : Light - Top EU
210- << : *light_partition_with_effects_eu_disabled
197+ << : *light_partition_no_effects_disabled
211198 segments :
212199 - id : light_full
213200 from : 20
214201 to : 26
215202 reversed : false
216203 - id : light_us_bottom
217204 name : Light - Bottom US
218- << : *light_partition_with_effects_eu_disabled
205+ << : *light_partition_no_effects_disabled
219206 segments :
220207 - id : light_full
221208 from : 9
222209 to : 14
223210 reversed : true
224- - &light_partition_with_effects_us_disabled
225- id : light_us_left
211+ - id : light_us_left
226212 name : Light - Left US
227- disabled_by_default : true
228- << : *light_partition_with_effects_us
213+ << : *light_partition_no_effects_disabled
229214 segments :
230215 - id : light_full
231216 from : 15
232217 to : 24
233218 reversed : true
234219 - id : light_us_right
235220 name : Light - Right US
236- << : *light_partition_with_effects_us_disabled
221+ << : *light_partition_no_effects_disabled
237222 segments :
238223 - id : light_full
239224 from : 31
@@ -245,7 +230,7 @@ light:
245230 reversed : false
246231 - id : light_us_top
247232 name : Light - Top US
248- << : *light_partition_with_effects_us_disabled
233+ << : *light_partition_no_effects_disabled
249234 segments :
250235 - id : light_full
251236 from : 25
0 commit comments