summaryrefslogtreecommitdiff
path: root/keyboards/handwired/onekey/keymaps/oled/keymap.c
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-06-21 20:29:15 +1000
committerGitHub <noreply@github.com>2021-06-21 11:29:15 +0100
commit59c572eaf085d6a71f1455a4a309bb83f5d7d83f (patch)
tree3de2a543dd8ff42cfc284d5cfc95221b9b0ad18d /keyboards/handwired/onekey/keymaps/oled/keymap.c
parent8db1be64204ac8384781a08f43dc7853b060cf1a (diff)
Cleanup junk characters, part 1 (#13282)
Diffstat (limited to 'keyboards/handwired/onekey/keymaps/oled/keymap.c')
-rw-r--r--keyboards/handwired/onekey/keymaps/oled/keymap.c2
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;
}