]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
££££
authorAlex Johnstone <alexjj@gmail.com>
Mon, 28 Mar 2016 15:09:27 +0000 (08:09 -0700)
committerAlex Johnstone <alexjj@gmail.com>
Mon, 28 Mar 2016 15:09:27 +0000 (08:09 -0700)
keyboard/ergodox_ez/keymaps/alexjj/keymap.c

index 97cc3bc3516ad7de6887d29f2f5e6d712c945647..3234a4cc85deee1bd84b930c7029f51a69d85269 100644 (file)
@@ -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;
       }