Skip to content

Commit

Permalink
Add 1/2.5 scaling multiple for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
khoek committed Apr 4, 2024
1 parent 386d5c2 commit 04d4bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/rgb_underglow.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ static struct led_rgb hsb_to_rgb(struct zmk_led_hsb hsb) {
return rgb;
}

#define LED_RGB_SCALING_MULTIPLE (((float)CONFIG_ZMK_RGB_UNDERGLOW_BRT_SCALE) / 100.)
#define LED_RGB_SCALING_MULTIPLE (((float)CONFIG_ZMK_RGB_UNDERGLOW_BRT_SCALE) / 250.)

#define LED_RGB(hex) \
((struct led_rgb){ \
Expand Down

0 comments on commit 04d4bd0

Please sign in to comment.