diff options
Diffstat (limited to 'keyboards/handwired/onekey/keymaps/oled/keymap.c')
-rw-r--r-- | keyboards/handwired/onekey/keymaps/oled/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/onekey/keymaps/oled/keymap.c b/keyboards/handwired/onekey/keymaps/oled/keymap.c index 1c120d01c1..c19b6918c0 100644 --- a/keyboards/handwired/onekey/keymaps/oled/keymap.c +++ b/keyboards/handwired/onekey/keymaps/oled/keymap.c @@ -282,7 +282,7 @@ void test_slow_update(void) { if (++x >= oled_max_chars()) { x = 0; if (++y >= oled_max_lines()) { - // The whole screen was filledĀ - start the next phase. + // The whole screen was filled - start the next phase. ++phase; x = y = 0; } |