diff options
Diffstat (limited to 'users/mechmerlin/mechmerlin.h')
| -rw-r--r-- | users/mechmerlin/mechmerlin.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/users/mechmerlin/mechmerlin.h b/users/mechmerlin/mechmerlin.h index 6b4d50edc..9802c3ecd 100644 --- a/users/mechmerlin/mechmerlin.h +++ b/users/mechmerlin/mechmerlin.h | |||
| @@ -5,12 +5,14 @@ | |||
| 5 | enum userspace_layers { | 5 | enum userspace_layers { |
| 6 | _BL = 0, // Base Layer | 6 | _BL = 0, // Base Layer |
| 7 | _FL, // Function Layer | 7 | _FL, // Function Layer |
| 8 | _AL // Arrow Layer | 8 | _AL, // Arrow Layer |
| 9 | _CL // Control Layer | ||
| 9 | }; | 10 | }; |
| 10 | 11 | ||
| 11 | // Enum of custom keycodes defined in process_record_user | 12 | // Enum of custom keycodes defined in process_record_user |
| 12 | enum keycodes { | 13 | enum keycodes { |
| 13 | KC_FNX, // Hold for FN layer, tap to toggle ARROWS layer. | 14 | KC_FNX, // Hold for FN layer, tap to toggle ARROWS layer. |
| 15 | KC_MAC, // Text macro. | ||
| 14 | }; | 16 | }; |
| 15 | 17 | ||
| 16 | // Custom #defined keycodes | 18 | // Custom #defined keycodes |
