summaryrefslogtreecommitdiffstats
path: root/keyboard/ergodox_ez/keymaps
diff options
context:
space:
mode:
authorAlex Johnstone <alexjj@gmail.com>2016-03-28 17:09:27 +0200
committerAlex Johnstone <alexjj@gmail.com>2016-03-28 17:09:27 +0200
commit474eaead3cbbe5d1e99a86a1a33200908a0a1f90 (patch)
tree29b9627560cae4af728816d598f68e9b9916c6f8 /keyboard/ergodox_ez/keymaps
parentad2d3144eda0f884230610bbb011b40419e76cdb (diff)
downloadqmk_firmware-474eaead3cbbe5d1e99a86a1a33200908a0a1f90.tar.gz
qmk_firmware-474eaead3cbbe5d1e99a86a1a33200908a0a1f90.tar.xz
££££
Diffstat (limited to 'keyboard/ergodox_ez/keymaps')
-rw-r--r--keyboard/ergodox_ez/keymaps/alexjj/keymap.c2
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)
}
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;
}