diff options
| author | Robert Verst <github@verst.eu> | 2021-06-24 04:23:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-24 12:23:43 +1000 |
| commit | 3099630a11ff64797deb4864193c37b3e4074e05 (patch) | |
| tree | 48bca6cc2b5d7defc801070bea434ee00e08070e /users/rverst/rverst.h | |
| parent | dee50c9cc8673c6a12d80f3deb2f79c351b2ccd3 (diff) | |
| download | qmk_firmware-3099630a11ff64797deb4864193c37b3e4074e05.tar.gz qmk_firmware-3099630a11ff64797deb4864193c37b3e4074e05.zip | |
[Keymap] Feature/extend keymap (#12778)
* Add F13-F24
* Add nvim macros
* Add debug switch
* Switch mode every time, add debug print
Diffstat (limited to 'users/rverst/rverst.h')
| -rw-r--r-- | users/rverst/rverst.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/users/rverst/rverst.h b/users/rverst/rverst.h index b7aea556c..2e46d41d0 100644 --- a/users/rverst/rverst.h +++ b/users/rverst/rverst.h | |||
| @@ -55,7 +55,11 @@ enum userspace_keycodes { | |||
| 55 | RV_SUP1, // ¹ | 55 | RV_SUP1, // ¹ |
| 56 | RV_SUP2, // ² | 56 | RV_SUP2, // ² |
| 57 | RV_SUP3, // ³ | 57 | RV_SUP3, // ³ |
| 58 | 58 | RV_VINC, // vim increase vertical split size (<c-w> 4>) | |
| 59 | RV_VDEC, // vim decrease vertical split size (<c-w> 4<) | ||
| 60 | RV_SINC, // vim increase vertical split size (<c-w> 4+) | ||
| 61 | RV_SDEC, // vim decrease vertical split size (<c-w> 4-) | ||
| 62 | RV_SEQU, // vim equal split size (<c-w> =) | ||
| 59 | }; | 63 | }; |
| 60 | 64 | ||
| 61 | typedef union { | 65 | typedef union { |
