aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradiabatic <adiabatic@users.noreply.github.com>2018-04-04 09:18:15 -0700
committerDrashna Jaelre <drashna@live.com>2018-04-04 09:18:15 -0700
commit011039afcae0dabbbd0e836836de0284e66330cb (patch)
tree2493b103d9034ae3b9c60e8c967c440db5856635
parent6cc9d59ee8c3eb6fbf4a3936046add277c0ad722 (diff)
downloadqmk_firmware-011039afcae0dabbbd0e836836de0284e66330cb.tar.gz
qmk_firmware-011039afcae0dabbbd0e836836de0284e66330cb.zip
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.
-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 @@
6#define SYMB 1 // symbols 6#define SYMB 1 // symbols
7#define MDIA 2 // media keys 7#define MDIA 2 // media keys
8 8
9// Best viewed in Xcode in Menlo Regular. 9// Best viewed in Xcode in Menlo Regular or SF Mono.
10 10
11const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { 11const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
12/* Keymap 0: Basic layer 12/* Keymap 0: Basic layer
@@ -20,13 +20,13 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
20 * |--------+------+------+------+------+------| L⌘ | | R⌘ |------+------+------+------+------+--------| 20 * |--------+------+------+------+------+------| L⌘ | | R⌘ |------+------+------+------+------+--------|
21 * | L⇧ | Z | X | C | V | B | | | | N | M | , | . | / /R⌥| R⇧ | 21 * | L⇧ | Z | X | C | V | B | | | | N | M | , | . | / /R⌥| R⇧ |
22 * `--------+------+------+------+------+-------------' `-------------+------+------+------+------+--------' 22 * `--------+------+------+------+------+-------------' `-------------+------+------+------+------+--------'
23 * | L⌃ | L⌥ | L⌘ | ← | → | | ↑ | ↓ | [ | ] | | 23 * | L⌃ | L⌥ | L⌘ | ← | → | | ↑ | ↓ | [ | ] | ↩︎ |
24 * `----------------------------------' `----------------------------------' 24 * `----------------------------------' `----------------------------------'
25 * ,-------------. ,---------------. 25 * ,-------------. ,---------------.
26 * | `~ | '" | | ⎋ | ⌫ | 26 * | `~ | '" | | ⎋ | ⌫ |
27 * ,------|------|------| |------+--------+------. 27 * ,------|------|------| |------+--------+------.
28 * | | | PgUp | | PgDn | | | 28 * | | | PgUp | | PgDn | | |
29 * | | ⇥ |------| |------| ⇥ |Enter | 29 * | ↩︎ | ⇥ |------| |------| ⇥ | |
30 * | | | R⌥ | | R⌃ | | | 30 * | | | R⌥ | | R⌃ | | |
31 * `--------------------' `----------------------' 31 * `--------------------' `----------------------'
32 */ 32 */
@@ -41,16 +41,16 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
41 KC_LCTL, KC_LALT, KC_LGUI,KC_LEFT,KC_RGHT, 41 KC_LCTL, KC_LALT, KC_LGUI,KC_LEFT,KC_RGHT,
42 KC_GRV, KC_QUOT, 42 KC_GRV, KC_QUOT,
43 KC_PGUP, 43 KC_PGUP,
44 KC_SPC,KC_TAB ,KC_RALT, 44 KC_ENT ,KC_TAB ,KC_RALT,
45 // right hand 45 // right hand
46 TG(SYMB), KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS, 46 TG(SYMB), KC_6, KC_7, KC_8, KC_9, KC_0, KC_MINS,
47 MO(SYMB), KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSLS, 47 MO(SYMB), KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSLS,
48 KC_H, KC_J, KC_K, KC_L, LT(MDIA, KC_SCLN),RGUI_T(KC_QUOT), 48 KC_H, KC_J, KC_K, KC_L, LT(MDIA, KC_SCLN),RGUI_T(KC_QUOT),
49 KC_RGUI, KC_N, KC_M, KC_COMM,KC_DOT, RALT_T(KC_SLSH), KC_RSFT, 49 KC_RGUI, KC_N, KC_M, KC_COMM,KC_DOT, RALT_T(KC_SLSH), KC_RSFT,
50 KC_UP, KC_DOWN,KC_LBRC,KC_RBRC, KC_SPC , 50 KC_UP, KC_DOWN,KC_LBRC,KC_RBRC, KC_ENT ,
51 KC_ESC, KC_BSPC, 51 KC_ESC, KC_BSPC,
52 KC_PGDN, 52 KC_PGDN,
53 KC_RCTL, KC_TAB, KC_ENT 53 KC_RCTL, KC_TAB, KC_SPC
54 ), 54 ),
55/* Keymap 1: Symbol Layer 55/* Keymap 1: Symbol Layer
56 * 56 *