Skip to content

Commit

Permalink
automatic mouse layer OLED: fill line
Browse files Browse the repository at this point in the history
  • Loading branch information
Tokuhiro Matsuno committed Dec 23, 2023
1 parent 7358944 commit be5dfea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qmk_firmware/keyboards/keyball/lib/keyball/keyball.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ void keyball_oled_render_amlinfo(void) {
oled_write_char((keyball.aml_enabled ? 'o' : 'x'), false);
oled_write_char(' ', false);
oled_write(format_4d(keyball.aml_timeout), false);
oled_write_P(PSTR(" "), false);
#endif
}
#endif
Expand Down

0 comments on commit be5dfea

Please sign in to comment.