fixup: recommended change from drashna

This commit is contained in:
Mark Stosberg 2024-11-13 20:27:09 -05:00
parent 0e2439e00f
commit 2be1ec65c7

View File

@ -219,7 +219,7 @@ bool oled_task_kb(void) {
return false;
}
oled_rotation_t oled_init_user(oled_rotation_t rotation) {
oled_rotation_t oled_init_kb(oled_rotation_t rotation) {
return OLED_ROTATION_0;
}