aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/crkbd/crkbd.c
diff options
context:
space:
mode:
authorDrashna Jaelre2024-10-06 11:05:10 +0200
committerGitHub2024-10-06 11:05:10 +0200
commitc9cd92ece3537a91e509488ea0ab1ae8b30d9c65 (patch)
tree4a8ea6b1ef916fdbfb41d676da818b07cb7eea1b /keyboards/crkbd/crkbd.c
parentddfb8765ec2a15a3bbcc52001649c9ddba0991dc (diff)
[Keyboard] Corne rev4 (#24084)
* [Keyboard] Corne rev4 * Remove unneeded update interval and moved split pin to dd * Cleanup config and errors * Move bootmagic config to dd * Re-add existing configs * Additional config fixes * shove off via keymap
Diffstat (limited to 'keyboards/crkbd/crkbd.c')
-rw-r--r--keyboards/crkbd/crkbd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/crkbd/crkbd.c b/keyboards/crkbd/crkbd.c
index 2ac0e63125..ae94088d29 100644
--- a/keyboards/crkbd/crkbd.c
+++ b/keyboards/crkbd/crkbd.c
@@ -113,6 +113,7 @@ static void oled_render_keylog(void) {
oled_write(depad_str(last_keycode_str, ' '), false);
oled_write_P(PSTR(":"), false);
oled_write_char(key_name, false);
+ oled_advance_page(true);
}
// static void render_bootmagic_status(bool status) {