diff options
| author | Fred Silberberg <fred@silberberg.xyz> | 2019-02-24 17:57:16 -0500 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-02-24 14:57:16 -0800 |
| commit | 6f30a6b4079684742c147741b98414b1b2350b0b (patch) | |
| tree | 7111640fff952b88302c2bdf9eb39a0c6671fd4b /users/333fred/333fred.h | |
| parent | a69e4406d4ab0a43077bc130dabda536b4fda9ab (diff) | |
| download | qmk_firmware-6f30a6b4079684742c147741b98414b1b2350b0b.tar.gz qmk_firmware-6f30a6b4079684742c147741b98414b1b2350b0b.zip | |
[Keymap] Added a key to handle copy/paste in and out of a terminal (#5205)
Diffstat (limited to 'users/333fred/333fred.h')
| -rw-r--r-- | users/333fred/333fred.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/users/333fred/333fred.h b/users/333fred/333fred.h index 443930a6b..0e6c6a196 100644 --- a/users/333fred/333fred.h +++ b/users/333fred/333fred.h | |||
| @@ -13,9 +13,10 @@ | |||
| 13 | 13 | ||
| 14 | // Tap dance config shared between my keyboards | 14 | // Tap dance config shared between my keyboards |
| 15 | enum tap_dance_declarations { | 15 | enum tap_dance_declarations { |
| 16 | TD_SYM_VIM = 0 | 16 | TD_SYM_VIM = 0, |
| 17 | TD_COPY_PASTE, | ||
| 17 | }; | 18 | }; |
| 18 | 19 | ||
| 19 | void tap_dance_layer_finished(qk_tap_dance_state_t*, void*); | 20 | void tap_dance_sym_vim_finished(qk_tap_dance_state_t*, void*); |
| 20 | void tap_dance_layer_reset(qk_tap_dance_state_t*, void*); | 21 | void tap_dance_sym_vim_reset(qk_tap_dance_state_t*, void*); |
| 21 | void tap_dance_process_record(uint16_t); | 22 | void tap_dance_process_record(uint16_t); |
