From 474eaead3cbbe5d1e99a86a1a33200908a0a1f90 Mon Sep 17 00:00:00 2001 From: Alex Johnstone Date: Mon, 28 Mar 2016 08:09:27 -0700 Subject: [PATCH] =?UTF-8?q?=C2=A3=C2=A3=C2=A3=C2=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keyboard/ergodox_ez/keymaps/alexjj/keymap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } 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(PPLS), T(P0), T(P0), T(A), T(P3), U(LALT), END ); + return MACRO( I(255), D(LALT), T(P1), T(P0), T(P5), T(P6), U(LALT), END ); } break; }