diff options
Diffstat (limited to 'users/tominabox1/tominabox1.c')
| -rw-r--r-- | users/tominabox1/tominabox1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tominabox1/tominabox1.c b/users/tominabox1/tominabox1.c index 95e6ee780..d2e9e1258 100644 --- a/users/tominabox1/tominabox1.c +++ b/users/tominabox1/tominabox1.c | |||
| @@ -106,7 +106,7 @@ qk_tap_dance_action_t tap_dance_actions[] = { | |||
| 106 | 106 | ||
| 107 | #endif // CRKBD | 107 | #endif // CRKBD |
| 108 | 108 | ||
| 109 | uint16_t get_tapping_term(uint16_t keycode) { | 109 | uint16_t get_tapping_term(uint16_t keycode, keyrecord_t *record) { |
| 110 | switch (keycode) { | 110 | switch (keycode) { |
| 111 | case LSFT_T(KC_CAPS): | 111 | case LSFT_T(KC_CAPS): |
| 112 | return 250; | 112 | return 250; |
