diff options
author | Alex Johnstone <alexjj@gmail.com> | 2016-04-05 07:48:13 -0700 |
---|---|---|
committer | Alex Johnstone <alexjj@gmail.com> | 2016-04-05 07:48:13 -0700 |
commit | 3fd62428a698a4acf6f619a5f39885c8b163a2ba (patch) | |
tree | 3020ffdb12770f2fa34c707ba6f87014301fe0d8 /keyboard/ergodox_ez/keymaps/alexjj/keymap.c | |
parent | 1facc53a26294df7fb2a42f8f3d025176b8c384a (diff) |
:pound: typo
Diffstat (limited to 'keyboard/ergodox_ez/keymaps/alexjj/keymap.c')
-rw-r--r-- | keyboard/ergodox_ez/keymaps/alexjj/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/ergodox_ez/keymaps/alexjj/keymap.c b/keyboard/ergodox_ez/keymaps/alexjj/keymap.c index 3234a4cc85..448f62da02 100644 --- a/keyboard/ergodox_ez/keymaps/alexjj/keymap.c +++ b/keyboard/ergodox_ez/keymaps/alexjj/keymap.c @@ -198,7 +198,7 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) } case 3: // this would trigger when you hit a key mapped as M(3) if (record->event.pressed) { - return MACRO( I(255), D(LALT), T(P1), T(P0), T(P5), T(P6), U(LALT), END ); + return MACRO( I(255), D(LALT), T(P1), T(P5), T(P6), U(LALT), END ); } break; } |