1
0
Fork 0

Correction of the number of LEDs and DEVICE_VER.

The number of LED is changed from 5 to 6 on one side.
DEVICE_VER was changed to a number with no duplicates.
This commit is contained in:
Salicylic-acid3 2020-04-24 02:50:23 +09:00
parent ccc8338b0e
commit d2b03bf150
2 changed files with 4 additions and 4 deletions

View file

@ -147,7 +147,7 @@ layer_state_t layer_state_set_user(layer_state_t state) {
rgblight_sethsv_at( 0, 0, 0, 0);
break;
}
rgblight_set_effect_range( 1, 4);
rgblight_set_effect_range( 1, 5);
#endif
return state;
}