diff options
Diffstat (limited to 'users/333fred/333fred.h')
| -rw-r--r-- | users/333fred/333fred.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/users/333fred/333fred.h b/users/333fred/333fred.h index 0e6c6a196..17f3779b7 100644 --- a/users/333fred/333fred.h +++ b/users/333fred/333fred.h | |||
| @@ -17,6 +17,13 @@ enum tap_dance_declarations { | |||
| 17 | TD_COPY_PASTE, | 17 | TD_COPY_PASTE, |
| 18 | }; | 18 | }; |
| 19 | 19 | ||
| 20 | enum custom_keys { | ||
| 21 | DLEFT = SAFE_RANGE, | ||
| 22 | DRIGHT, | ||
| 23 | PSCREEN_APP | ||
| 24 | }; | ||
| 25 | |||
| 20 | void tap_dance_sym_vim_finished(qk_tap_dance_state_t*, void*); | 26 | void tap_dance_sym_vim_finished(qk_tap_dance_state_t*, void*); |
| 21 | void tap_dance_sym_vim_reset(qk_tap_dance_state_t*, void*); | 27 | void tap_dance_sym_vim_reset(qk_tap_dance_state_t*, void*); |
| 22 | void tap_dance_process_record(uint16_t); | 28 | void tap_dance_process_keycode(uint16_t); |
| 29 | bool try_handle_macro(uint16_t keycode, keyrecord_t *record); | ||
