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 1c120d01c..c19b6918c 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) { | |||
| 282 | if (++x >= oled_max_chars()) { | 282 | if (++x >= oled_max_chars()) { |
| 283 | x = 0; | 283 | x = 0; |
| 284 | if (++y >= oled_max_lines()) { | 284 | if (++y >= oled_max_lines()) { |
| 285 | // The whole screen was filled - start the next phase. | 285 | // The whole screen was filled - start the next phase. |
| 286 | ++phase; | 286 | ++phase; |
| 287 | x = y = 0; | 287 | x = y = 0; |
| 288 | } | 288 | } |
