fixup: recommended change from drashna

This commit is contained in:
Mark Stosberg 2024-11-13 20:27:09 -05:00
parent 37218327c6
commit d382503975
No known key found for this signature in database

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;
}