summary refs log tree commit diff
diff options
context:
space:
mode:
authorTechnovangelist <m@technovangelist.com>2015-12-21 10:20:02 -0500
committerTechnovangelist <m@technovangelist.com>2015-12-21 10:20:02 -0500
commit42ca2e6684b7656a5715ccd88d982e6df04eb6d6 (patch)
treea590b1e139ac8425f6d8b9a2e0a95457bf2fa672
parenta67ef035b88015ae43c045c1f8b0b982e0dc9151 (diff)
swapped the space and enter to get the space under where the thumb is.
-rw-r--r--keyboard/ergodox_ez/keymaps/keymap_workman_osx_mdw.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboard/ergodox_ez/keymaps/keymap_workman_osx_mdw.c b/keyboard/ergodox_ez/keymaps/keymap_workman_osx_mdw.c
index d0195faf34..14bbe010d5 100644
--- a/keyboard/ergodox_ez/keymaps/keymap_workman_osx_mdw.c
+++ b/keyboard/ergodox_ez/keymaps/keymap_workman_osx_mdw.c
@@ -34,8 +34,8 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
  *                                        |      |      |       |      |        |
  *                                 ,------|------|------|       |------+--------+------.
  *                                 |      |      | Home |       | PgUp |        |      |
- *                                 | Space|Backsp|------|       |------| Enter  |Space |
- *                                 |      |ace   | End  |       | PgDn |        |      |
+ *                                 |Bckspc| Space|------|       |------| Space  |Enter |
+ *                                 |      |      | End  |       | PgDn |        |      |
  *                                 `--------------------'       `----------------------'
  */
 // If it accepts an argument (i.e, is a function), it doesn't need KC_.
@@ -49,7 +49,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
         KC_NO,          KC_NO,        KC_LCTL,KC_LALT,KC_LGUI,
                                               KC_NO,  KC_NO,
                                                               KC_HOME,
-                                               KC_SPC,KC_BSPC,KC_END,
+                                               KC_BSPC,KC_SPC,KC_END,
         // right hand
              KC_RGHT,     KC_6,   KC_7,   KC_8,   KC_9,   KC_0,             KC_MINS,
              TG(1),       KC_J,   KC_F,   KC_U,   KC_P,   KC_SCLN,          KC_BSLS,
@@ -58,7 +58,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
                                   KC_LEFT,KC_DOWN,KC_UP,  KC_RGHT,          KC_FN4,
              KC_NO,        KC_NO,
              KC_PGUP,
-             KC_PGDN,KC_ENT, KC_SPC
+             KC_PGDN,KC_SPC,KC_ENT
     ),
 /* Keymap 1: Symbol Layer
  *