diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2021-10-05 16:49:50 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-05 16:49:50 -0700 |
commit | e8db309613c99d1ffe25320680368d41bf5c8535 (patch) | |
tree | 8ffa09d1e15c3281eeac370cf3c3ffd664fec16f /users/mechmerlin/mechmerlin.h | |
parent | e762db44bae46c631186c807a9c10fd8e4684535 (diff) |
[Keymap] Some updates to mechmerlin userspace and keymaps (#14711)
Diffstat (limited to 'users/mechmerlin/mechmerlin.h')
-rw-r--r-- | users/mechmerlin/mechmerlin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/mechmerlin/mechmerlin.h b/users/mechmerlin/mechmerlin.h index 9802c3ecd2..79386e7663 100644 --- a/users/mechmerlin/mechmerlin.h +++ b/users/mechmerlin/mechmerlin.h @@ -12,7 +12,7 @@ enum userspace_layers { // Enum of custom keycodes defined in process_record_user enum keycodes { KC_FNX, // Hold for FN layer, tap to toggle ARROWS layer. - KC_MAC, // Text macro. + KC_VER, // Version macro. }; // Custom #defined keycodes |