Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yoichi committed Aug 26, 2024
1 parent ab40534 commit 8b453ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qmk_firmware/keyboards/keyball/lib/keyball/keyball.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ void keyball_oled_render_ballinfo(void) {
oled_write(format_4d(keyball_get_cpi()) + 1, false);
oled_write_P(PSTR("00 "), false);

// indicate scroll snap mode: "VT" (vertical), "HN" (horiozntal), and "SCR" (free)
// indicate scroll snap mode: "VT" (vertical), "HO" (horizontal), and "SCR" (free)
#if 1 && KEYBALL_SCROLLSNAP_ENABLE == 2
switch (keyball_get_scrollsnap_mode()) {
case KEYBALL_SCROLLSNAP_MODE_VERTICAL:
Expand Down

0 comments on commit 8b453ad

Please sign in to comment.