summaryrefslogtreecommitdiffstats
path: root/layouts
diff options
context:
space:
mode:
authoradiabatic <adiabatic@users.noreply.github.com>2018-04-04 18:18:15 +0200
committerDrashna Jaelre <drashna@live.com>2018-04-04 18:18:15 +0200
commit011039afcae0dabbbd0e836836de0284e66330cb (patch)
tree2493b103d9034ae3b9c60e8c967c440db5856635 /layouts
parent6cc9d59ee8c3eb6fbf4a3936046add277c0ad722 (diff)
downloadqmk_firmware-011039afcae0dabbbd0e836836de0284e66330cb.tar.gz
qmk_firmware-011039afcae0dabbbd0e836836de0284e66330cb.tar.xz
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.
Diffstat (limited to 'layouts')
-rw-r--r--layouts/community/ergodox/zweihander-macos/keymap.c12
1 files changed, 6 insertions, 6 deletions
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
*