mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 02:59:09 +00:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
24e827ee1f
1 changed files with 1 additions and 1 deletions
|
@ -135,6 +135,7 @@ static void render_layer_status(void) {
|
||||||
snprintf(buf,sizeof(buf), "%ld", layer_state);
|
snprintf(buf,sizeof(buf), "%ld", layer_state);
|
||||||
oled_write(buf, false);
|
oled_write(buf, false);
|
||||||
}
|
}
|
||||||
|
oled_write_P(PSTR("\n"), false);
|
||||||
}
|
}
|
||||||
|
|
||||||
# ifdef SSD1306OLED
|
# ifdef SSD1306OLED
|
||||||
|
@ -160,7 +161,6 @@ void render_status(void) {
|
||||||
# else
|
# else
|
||||||
render_layer_status();
|
render_layer_status();
|
||||||
# endif
|
# endif
|
||||||
oled_write_P(PSTR("\n"), false);
|
|
||||||
|
|
||||||
// Host Keyboard LED Status
|
// Host Keyboard LED Status
|
||||||
led_t led_state = host_keyboard_led_state();
|
led_t led_state = host_keyboard_led_state();
|
||||||
|
|
Loading…
Reference in a new issue