~ruther/qmk_firmware

011039afcae0dabbbd0e836836de0284e66330cb — adiabatic 7 years ago 6cc9d59
Zweihander: swap space and enter keys (#2665)

* zweihander-osx: Remove app keys, etc.

- add right command keys
- add F16 on ;' for Siri
- remove command-Q (too easy to hit)

* Rename zweihander-osx to zweihander-macos

zweihander-macos: / / ^ → / / ⌥; README revamp

zweihander: rename, ⌃ → ⌥, README revamp

* Zweihander: swap space, enter keys

Left thumb needs a break.
1 files changed, 6 insertions(+), 6 deletions(-)

M layouts/community/ergodox/zweihander-macos/keymap.c
M layouts/community/ergodox/zweihander-macos/keymap.c => layouts/community/ergodox/zweihander-macos/keymap.c +6 -6
@@ 6,7 6,7 @@
#define SYMB 1 // symbols
#define MDIA 2 // media keys

// Best viewed in Xcode in Menlo Regular.
// Best viewed in Xcode in Menlo Regular or SF Mono.

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/* Keymap 0: Basic layer


@@ 20,13 20,13 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 * |--------+------+------+------+------+------|  L⌘  |           |  R⌘  |------+------+------+------+------+--------|
 * |  L⇧    |   Z  |   X  |   C  |   V  |   B  |      |           |      |   N  |   M  |   ,  |   .  | / /R⌥|  R⇧    |
 * `--------+------+------+------+------+-------------'           `-------------+------+------+------+------+--------'
 *   |  L⌃  |  L⌥  |  L⌘  |   ←  |   →  |                                       |   ↑  |   ↓  |   [  |   ]  |      |
 *   |  L⌃  |  L⌥  |  L⌘  |   ←  |   →  |                                       |   ↑  |   ↓  |   [  |   ]  |  ↩︎   |
 *   `----------------------------------'                                       `----------------------------------'
 *                                        ,-------------.       ,---------------.
 *                                        |  `~  |  '"  |       |   ⎋  |    ⌫   |
 *                                 ,------|------|------|       |------+--------+------.
 *                                 |      |      | PgUp |       | PgDn |        |      |
 *                                 |      |   ⇥  |------|       |------|    ⇥   |Enter |
 *                                 |   ↩︎  |  ⇥  |------|       |------|   ⇥   |      |
 *                                 |      |      |  R⌥  |       |  R⌃  |        |      |
 *                                 `--------------------'       `----------------------'
 */


@@ 41,16 41,16 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
        KC_LCTL,        KC_LALT,      KC_LGUI,KC_LEFT,KC_RGHT,
                                              KC_GRV, KC_QUOT,
                                                              KC_PGUP,
                                               KC_SPC,KC_TAB ,KC_RALT,
                                              KC_ENT ,KC_TAB ,KC_RALT,
        // right hand
             TG(SYMB),  KC_6,   KC_7,   KC_8,   KC_9,   KC_0,             KC_MINS,
             MO(SYMB),  KC_Y,   KC_U,   KC_I,   KC_O,   KC_P,             KC_BSLS,
                        KC_H,   KC_J,   KC_K,   KC_L,   LT(MDIA, KC_SCLN),RGUI_T(KC_QUOT),
             KC_RGUI,   KC_N,   KC_M,   KC_COMM,KC_DOT, RALT_T(KC_SLSH),  KC_RSFT,
                                KC_UP,  KC_DOWN,KC_LBRC,KC_RBRC,          KC_SPC ,
                                KC_UP,  KC_DOWN,KC_LBRC,KC_RBRC,          KC_ENT ,
             KC_ESC,            KC_BSPC,
             KC_PGDN,
             KC_RCTL,           KC_TAB,      KC_ENT
             KC_RCTL,           KC_TAB,      KC_SPC
    ),
/* Keymap 1: Symbol Layer
 *