]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
:pound: typo
authorAlex Johnstone <alexjj@gmail.com>
Tue, 5 Apr 2016 14:48:13 +0000 (07:48 -0700)
committerAlex Johnstone <alexjj@gmail.com>
Tue, 5 Apr 2016 14:48:13 +0000 (07:48 -0700)
keyboard/ergodox_ez/keymaps/alexjj/keymap.c

index 3234a4cc85deee1bd84b930c7029f51a69d85269..448f62da0267f59f71d444e501ee78af3e13a08b 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(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;
       }