Skip to content

Commit

Permalink
Add TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Đorđević committed Nov 5, 2018
1 parent 50b3c17 commit c068a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/quantum.c
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ void tap_random_base64(void) {
break;
case 62: // +
register_code(KC_LSFT);
tap_code(KC_EQL);
tap_code(KC_EQL); // TODO: Replace with tap_code16(KC_PLUS); and test
unregister_code(KC_LSFT);
break;
case 63: // /
Expand Down

0 comments on commit c068a87

Please sign in to comment.