From: adiabatic <adiabatic@users.noreply.github.com> Date: Wed, 4 Apr 2018 16:18:15 +0000 (-0700) Subject: Zweihander: swap space and enter keys (#2665) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=011039afcae0dabbbd0e836836de0284e66330cb;p=qmk_firmware.git 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. --- diff --git a/layouts/community/ergodox/zweihander-macos/keymap.c b/layouts/community/ergodox/zweihander-macos/keymap.c index 6dd2b04f4..b4a9efb3e 100644 --- a/layouts/community/ergodox/zweihander-macos/keymap.c +++ b/layouts/community/ergodox/zweihander-macos/keymap.c @@ -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 *