diff options
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 |
