File tree 1 file changed +0
-3
lines changed
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -239,8 +239,6 @@ static void zmk_rgb_underglow_effect_kinesis() {
239
239
old_led_data .indicators = led_data .indicators ;
240
240
led_data .indicators = zmk_hid_indicators_get_current_profile ();
241
241
led_data .layer = zmk_keymap_highest_layer_active ();
242
-
243
- pixels [0 ] = zmk_led_rgb_scaled (led_data .indicators & ZMK_LED_CAPSLOCK_BIT ? LED_RGB_HEX ());
244
242
245
243
pixels [0 ].r = (led_data .indicators & ZMK_LED_CAPSLOCK_BIT ) * CONFIG_ZMK_RGB_UNDERGLOW_BRT_SCALE ;
246
244
pixels [0 ].g = (led_data .indicators & ZMK_LED_CAPSLOCK_BIT ) * CONFIG_ZMK_RGB_UNDERGLOW_BRT_SCALE ;
@@ -394,7 +392,6 @@ static void zmk_rgb_underglow_effect_kinesis() {
394
392
pixels [1 ].b =
395
393
(led_data .indicators & ZMK_LED_SCROLLLOCK_BIT ) * CONFIG_ZMK_RGB_UNDERGLOW_BRT_SCALE ;
396
394
// set third led as layer
397
-
398
395
switch (led_data .layer ) {
399
396
case 0 :
400
397
pixels [0 ].r = 0 ;
You can’t perform that action at this time.
0 commit comments