Skip to content

Commit

Permalink
rolled back delay for version
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunderbird2086 committed Jun 9, 2023
1 parent 1c9c3f6 commit ef59fb5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions keyboards/crkbd/keymaps/thunderbird2086/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# undef TAPPING_TERM
#endif
#define TAPPING_TERM 200
#define VER_NEWLINE_WAIT 200 // in milliseconds

#define NO_ACTION_ONESHOT

Expand Down
4 changes: 2 additions & 2 deletions keyboards/crkbd/keymaps/thunderbird2086/process_records.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
# endif
case VRSN:
send_string(
"# qmk " QMK_VERSION "\n"
"# " QMK_KEYBOARD "/" QMK_KEYMAP "\n"
"# qmk " QMK_VERSION "\n" SS_DELAY(VER_NEWLINE_WAIT)
"# " QMK_KEYBOARD "/" QMK_KEYMAP "\n" SS_DELAY(VER_NEWLINE_WAIT)
"# built on: " QMK_BUILDDATE "\n");
break;
}
Expand Down

0 comments on commit ef59fb5

Please sign in to comment.