1
0
Fork 0

Make brightness easier to change

Don't make the #defines unconditional, make them
optional so users can override them with per-keymap
settings more easily.
This commit is contained in:
Seebs 2017-11-23 15:34:50 -06:00
parent 2f5bb2506a
commit 534cd9d45e
3 changed files with 10 additions and 1 deletions

View file

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