Lowered LED brighness
parent
2eca61c761
commit
170194960f
|
@ -81,6 +81,7 @@ void matrix_init_kb(void) {
|
||||||
void ergodox_blink_all_leds(void) {
|
void ergodox_blink_all_leds(void) {
|
||||||
ergodox_led_all_off();
|
ergodox_led_all_off();
|
||||||
ergodox_led_all_set(LED_BRIGHTNESS_DEFAULT);
|
ergodox_led_all_set(LED_BRIGHTNESS_DEFAULT);
|
||||||
|
|
||||||
ergodox_right_led_1_on();
|
ergodox_right_led_1_on();
|
||||||
_delay_ms(50);
|
_delay_ms(50);
|
||||||
ergodox_right_led_2_on();
|
ergodox_right_led_2_on();
|
||||||
|
|
4
config.h
4
config.h
|
@ -65,8 +65,8 @@
|
||||||
|
|
||||||
|
|
||||||
// Ergodox indicator LEDs
|
// Ergodox indicator LEDs
|
||||||
#define LED_BRIGHTNESS_LO 15
|
#define LED_BRIGHTNESS_LO 5
|
||||||
#define LED_BRIGHTNESS_HI 255
|
#define LED_BRIGHTNESS_HI 100
|
||||||
#define LED_BRIGHTNESS_DEFAULT (LED_BRIGHTNESS_LO)
|
#define LED_BRIGHTNESS_DEFAULT (LED_BRIGHTNESS_LO)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue