diff options
| author | zer09 <zer09@users.noreply.github.com> | 2018-12-10 00:28:46 +0800 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2018-12-09 08:28:46 -0800 |
| commit | 614b3a0f7ca266f9d625814a3bbd1c2de34f2f0f (patch) | |
| tree | 75b135fb2fd6dd896caadc190090bd2e5e900f33 /users/zer09/zer09.h | |
| parent | 11eaccdbce5246e7235ff91d0d04de83f7685919 (diff) | |
| download | qmk_firmware-614b3a0f7ca266f9d625814a3bbd1c2de34f2f0f.tar.gz qmk_firmware-614b3a0f7ca266f9d625814a3bbd1c2de34f2f0f.zip | |
Keymap: Keymap update (#4579)
* Add YREG keycode
* Add GM layer
* Set tapping term to 105
* update tapping term
Diffstat (limited to 'users/zer09/zer09.h')
| -rw-r--r-- | users/zer09/zer09.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/users/zer09/zer09.h b/users/zer09/zer09.h index 75c1d3cad..acac8ab09 100644 --- a/users/zer09/zer09.h +++ b/users/zer09/zer09.h | |||
| @@ -3,16 +3,24 @@ | |||
| 3 | 3 | ||
| 4 | #include "quantum.h" | 4 | #include "quantum.h" |
| 5 | 5 | ||
| 6 | enum custom_keycodes { CK_SAFE = SAFE_RANGE, RGUP, RGDWN, NEWPLACEHOLDER }; | 6 | enum custom_keycodes { |
| 7 | CK_SAFE = SAFE_RANGE, | ||
| 8 | RGUP, | ||
| 9 | RGDWN, | ||
| 10 | YREG, | ||
| 11 | NEW_SAFE_RANGE | ||
| 12 | }; | ||
| 7 | 13 | ||
| 8 | #define _______ KC_TRNS | 14 | #define _______ KC_TRNS |
| 9 | #define KC_RGUP RGUP | 15 | #define KC_RGUP RGUP |
| 10 | #define KC_RGDWN RGDWN | 16 | #define KC_RGDWN RGDWN |
| 17 | #define KC_YREG YREG | ||
| 11 | 18 | ||
| 12 | #define _BL 0 // The base layer | 19 | #define _BL 0 // The base layer |
| 13 | #define _UL 1 // The up layer | 20 | #define _UL 1 // The up layer |
| 14 | #define _DL 2 // The down layer | 21 | #define _DL 2 // The down layer |
| 15 | #define _VL 3 // The shifted up layer | 22 | #define _VL 3 // The shifted up layer |
| 16 | #define _AL 4 // The assorted layer | 23 | #define _AL 4 // The assorted layer |
| 24 | #define _GM 5 | ||
| 17 | 25 | ||
| 18 | #endif | 26 | #endif |
