Lowered LED brighness

master
Mark 2022-06-16 11:26:20 -07:00
parent 2eca61c761
commit 170194960f
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
2 changed files with 3 additions and 2 deletions

View File

@ -81,6 +81,7 @@ void matrix_init_kb(void) {
void ergodox_blink_all_leds(void) {
ergodox_led_all_off();
ergodox_led_all_set(LED_BRIGHTNESS_DEFAULT);
ergodox_right_led_1_on();
_delay_ms(50);
ergodox_right_led_2_on();

View File

@ -65,8 +65,8 @@
// Ergodox indicator LEDs
#define LED_BRIGHTNESS_LO 15
#define LED_BRIGHTNESS_HI 255
#define LED_BRIGHTNESS_LO 5
#define LED_BRIGHTNESS_HI 100
#define LED_BRIGHTNESS_DEFAULT (LED_BRIGHTNESS_LO)