Skip to content

Commit

Permalink
Update Haute42 boardconfig.h (#757)
Browse files Browse the repository at this point in the history
This update changes the default max LED brightness to be 100 (up from 50).  This matches the original brightness from their backup file in v0.7.5.

This update also changes the default LED animation to solid fade.   This is also more in line with their backup file in v0.7.5 and works better on the unit given the LED order.
  • Loading branch information
TheTrainGoes committed Jan 3, 2024
1 parent 38fa6f7 commit 7912497
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configs/Haute42/BoardConfig.h
Expand Up @@ -60,10 +60,11 @@
#define PIN_BUTTON_TURBO 14

#define BOARD_LEDS_PIN 28
#define LED_BRIGHTNESS_MAXIMUM 50
#define LED_BRIGHTNESS_MAXIMUM 100
#define LED_BRIGHTNESS_STEPS 5
#define LED_FORMAT LED_FORMAT_GRB
#define LEDS_PER_PIXEL 1
#define LEDS_BASE_ANIMATION_INDEX 1
#define LEDS_DPAD_LEFT 0
#define LEDS_DPAD_DOWN 1
#define LEDS_DPAD_RIGHT 2
Expand Down

0 comments on commit 7912497

Please sign in to comment.