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:
parent
2f5bb2506a
commit
534cd9d45e
3 changed files with 10 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue