Skip to content

Commit

Permalink
Merge pull request #653 from yoichi/scrollsnap-comment-typo
Browse files Browse the repository at this point in the history
Fix typo in comment
  • Loading branch information
koron authored Oct 14, 2024
2 parents f73a4ff + 8b453ad commit 5a7f8f9
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 5a7f8f9

Please sign in to comment.