diff options
| -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 97cc3bc35..3234a4cc8 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) | |||
| 198 | } | 198 | } |
| 199 | case 3: // this would trigger when you hit a key mapped as M(3) | 199 | case 3: // this would trigger when you hit a key mapped as M(3) |
| 200 | if (record->event.pressed) { | 200 | if (record->event.pressed) { |
| 201 | return MACRO( I(255), D(LALT), T(PPLS), T(P0), T(P0), T(A), T(P3), U(LALT), END ); | 201 | return MACRO( I(255), D(LALT), T(P1), T(P0), T(P5), T(P6), U(LALT), END ); |
| 202 | } | 202 | } |
| 203 | break; | 203 | break; |
| 204 | } | 204 | } |
