Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crkbd:thunderbird2086 - layer status with RGB lighting/matrix #21063

Merged
Prev Previous commit
Next Next commit
small tweak for send_string
  • Loading branch information
Thunderbird2086 committed Jun 9, 2023

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit c597699c941dcf5a736cc7bd1a6707961cc687ac
6 changes: 2 additions & 4 deletions keyboards/crkbd/keymaps/thunderbird2086/process_records.c
Original file line number Diff line number Diff line change
@@ -43,10 +43,8 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
break;
# endif
case VRSN:
send_string("# qmk " QMK_VERSION "\n");
wait_ms(VER_NEWLINE_WAIT);
send_string("# " QMK_KEYBOARD "/" QMK_KEYMAP "\n");
wait_ms(VER_NEWLINE_WAIT);
send_string("# qmk " QMK_VERSION "\n" SS_DELAY(VER_NEWLINE_WAIT));
send_string("# " QMK_KEYBOARD "/" QMK_KEYMAP "\n" SS_DELAY(VER_NEWLINE_WAIT));
send_string("# built on: " QMK_BUILDDATE "\n");
break;
}