From: Alex Johnstone Date: Tue, 5 Apr 2016 14:48:13 +0000 (-0700) Subject: :pound: typo X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3fd62428a698a4acf6f619a5f39885c8b163a2ba;p=qmk_firmware.git :pound: typo --- diff --git a/keyboard/ergodox_ez/keymaps/alexjj/keymap.c b/keyboard/ergodox_ez/keymaps/alexjj/keymap.c index 3234a4cc8..448f62da0 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; }