diff options
Diffstat (limited to 'users/xtonhasvim/xtonhasvim.h')
| -rw-r--r-- | users/xtonhasvim/xtonhasvim.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/users/xtonhasvim/xtonhasvim.h b/users/xtonhasvim/xtonhasvim.h index 21b794c03..5ff4932a4 100644 --- a/users/xtonhasvim/xtonhasvim.h +++ b/users/xtonhasvim/xtonhasvim.h | |||
| @@ -26,6 +26,7 @@ bool process_record_xtonhasvim(uint16_t keycode, keyrecord_t *record); | |||
| 26 | 26 | ||
| 27 | enum xtonhasvim_keycodes { | 27 | enum xtonhasvim_keycodes { |
| 28 | DUMMY = SAFE_RANGE, | 28 | DUMMY = SAFE_RANGE, |
| 29 | FIREY_RETURN, // kick off special effects | ||
| 29 | VIM_START, // bookend for vim states | 30 | VIM_START, // bookend for vim states |
| 30 | VIM_A, | 31 | VIM_A, |
| 31 | VIM_B, | 32 | VIM_B, |
| @@ -57,10 +58,10 @@ enum xtonhasvim_keycodes { | |||
| 57 | VIM_SAFE_RANGE // start other keycodes here. | 58 | VIM_SAFE_RANGE // start other keycodes here. |
| 58 | }; | 59 | }; |
| 59 | 60 | ||
| 60 | enum xtonhasvim_layers { | 61 | // NOTE: YOU MUST DEFINE THIS |
| 61 | _EDIT = 12, | 62 | extern uint8_t vim_cmd_layer(void); |
| 62 | _CMD | 63 | |
| 63 | }; | 64 | extern uint16_t vstate; |
| 64 | 65 | ||
| 65 | 66 | ||
| 66 | #endif | 67 | #endif |
