summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authoradiabatic <adiabatic@users.noreply.github.com>2023-02-01 10:55:12 -0800
committerGitHub <noreply@github.com>2023-02-01 18:55:12 +0000
commit8dc66867e25493c8bffc1bea2c4de1334f4ca475 (patch)
tree6a5b85f05ff07324f90d515c3c0555757d7f082e /layouts
parentca8b4b8e305444039a10755e280be7f0e19aaf85 (diff)
zweihander-macos: Update keys, add capslock (#19730)
* Update to current Scroll Lock/Power names * Replace `'` with `⇪`
Diffstat (limited to 'layouts')
-rw-r--r--layouts/community/ergodox/zweihander-macos/keymap.c8
-rw-r--r--layouts/community/ergodox/zweihander-macos/readme.markdown4
2 files changed, 8 insertions, 4 deletions
diff --git a/layouts/community/ergodox/zweihander-macos/keymap.c b/layouts/community/ergodox/zweihander-macos/keymap.c
index 9e0423375d..cbf258745b 100644
--- a/layouts/community/ergodox/zweihander-macos/keymap.c
+++ b/layouts/community/ergodox/zweihander-macos/keymap.c
@@ -40,7 +40,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
40 * | L⌃ | L⌥ | L⌘ | ← | → | | ↑ | ↓ | [ | ] | ↩︎ | 40 * | L⌃ | L⌥ | L⌘ | ← | → | | ↑ | ↓ | [ | ] | ↩︎ |
41 * `----------------------------------' `----------------------------------' 41 * `----------------------------------' `----------------------------------'
42 * ,-------------. ,---------------. 42 * ,-------------. ,---------------.
43 * | `~ | '" | | ⎋ | ⌫ | 43 * | `~ | | | ⎋ | ⌫ |
44 * ,------|------|------| |------+--------+------. 44 * ,------|------|------| |------+--------+------.
45 * | | | L⌥ | | R⌥ | | | 45 * | | | L⌥ | | R⌥ | | |
46 * | ↩︎ | ⇥ |------| |------| ⇥ | | 46 * | ↩︎ | ⇥ |------| |------| ⇥ | |
@@ -56,7 +56,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
56 KC_BSPC, KC_A, KC_S, KC_D, KC_F, KC_G, 56 KC_BSPC, KC_A, KC_S, KC_D, KC_F, KC_G,
57 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_LGUI, 57 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_LGUI,
58 KC_LCTL, KC_LALT, KC_LGUI, KC_LEFT,KC_RGHT, 58 KC_LCTL, KC_LALT, KC_LGUI, KC_LEFT,KC_RGHT,
59 KC_GRV, KC_QUOT, 59 KC_GRV, KC_CAPS,
60 KC_LALT, 60 KC_LALT,
61 KC_ENT ,KC_TAB ,KC_LCTL, 61 KC_ENT ,KC_TAB ,KC_LCTL,
62 // right hand 62 // right hand
@@ -134,7 +134,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
134 */ 134 */
135// MEDIA AND MOUSE 135// MEDIA AND MOUSE
136[MDIA] = LAYOUT_ergodox( 136[MDIA] = LAYOUT_ergodox(
137 KC_TRNS, KC_F14 , KC_F15 , KC_PSCR, KC_SLCK, KC_PAUS, KC_TRNS, /* F14 dims screen, F15 brightens */ 137 KC_TRNS, KC_F14 , KC_F15 , KC_PSCR, KC_SCRL, KC_PAUS, KC_TRNS, /* F14 dims screen, F15 brightens */
138 KC_TRNS, KC_TRNS, LALT(KC_UP), KC_PGUP, LALT(KC_DOWN), KC_TRNS, KC_TRNS, 138 KC_TRNS, KC_TRNS, LALT(KC_UP), KC_PGUP, LALT(KC_DOWN), KC_TRNS, KC_TRNS,
139 KC_TRNS, KC_TRNS, KC_HOME, KC_PGDN, KC_END , KC_TRNS, 139 KC_TRNS, KC_TRNS, KC_HOME, KC_PGDN, KC_END , KC_TRNS,
140 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, 140 KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS,
@@ -143,7 +143,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
143 KC_TRNS, 143 KC_TRNS,
144 KC_TRNS, KC_TRNS, KC_TRNS, 144 KC_TRNS, KC_TRNS, KC_TRNS,
145 // right hand 145 // right hand
146 KC_TRNS, LGUI(KC_W), LGUI(LSFT(KC_GRV)), LGUI(KC_GRV), KC_TRNS, KC_EJCT, KC_POWER, 146 KC_TRNS, LGUI(KC_W), LGUI(LSFT(KC_GRV)), LGUI(KC_GRV), KC_TRNS, KC_EJCT, KC_PWR,
147 KC_TRNS, LGUI(KC_RBRC), LGUI(LALT(KC_UP)), KC_UP , LGUI(LALT(KC_DOWN)), KC_TRNS, KC_TRNS, 147 KC_TRNS, LGUI(KC_RBRC), LGUI(LALT(KC_UP)), KC_UP , LGUI(LALT(KC_DOWN)), KC_TRNS, KC_TRNS,
148 LGUI(KC_LBRC), KC_LEFT, KC_DOWN, KC_RGHT, KC_TRNS, KC_F16 , 148 LGUI(KC_LBRC), KC_LEFT, KC_DOWN, KC_RGHT, KC_TRNS, KC_F16 ,
149 KC_TRNS, KC_TRNS, KC_MPLY, KC_MPRV, KC_MNXT, KC_TRNS, KC_TRNS, 149 KC_TRNS, KC_TRNS, KC_MPLY, KC_MPRV, KC_MNXT, KC_TRNS, KC_TRNS,
diff --git a/layouts/community/ergodox/zweihander-macos/readme.markdown b/layouts/community/ergodox/zweihander-macos/readme.markdown
index d2b1b0ba61..fa65e2faad 100644
--- a/layouts/community/ergodox/zweihander-macos/readme.markdown
+++ b/layouts/community/ergodox/zweihander-macos/readme.markdown
@@ -71,6 +71,10 @@ If you’re on the second layer, pressing `v` will send the string `"\n- "`, not
71 71
72F16, accessed by holding ; and pressing the ' key next to it, is intended for Siri. 72F16, accessed by holding ; and pressing the ' key next to it, is intended for Siri.
73 73
74## use the fn/🌐︎︎︎ key
75
76A thumb key is bound to Caps Lock. You are not expected to use this for Caps Lock. You would probably be happier going into System Settings, opening the “Customize modifier keys” part of it, and having Caps Lock work as the fn key. macOS is convinced that Ergodoxen EZ have fn keys, so you might as well have one in a place that lends itself tolerably well to keyboard shortcuts.
77
74## use it with an iPad 78## use it with an iPad
75 79
76This layout overrides `USB_MAX_POWER_CONSUMPTION` to turn it down to 100 mA instead of the default of 500 mA. This is not what you want if your Ergodox EZ has the Shine or Glow lights, but good if you want to be able to plug it into your iPad’s lightning port with a USB adapter. The indicator lights that tell you what layer you’re on are _not_ Shine or Glow lights. 80This layout overrides `USB_MAX_POWER_CONSUMPTION` to turn it down to 100 mA instead of the default of 500 mA. This is not what you want if your Ergodox EZ has the Shine or Glow lights, but good if you want to be able to plug it into your iPad’s lightning port with a USB adapter. The indicator lights that tell you what layer you’re on are _not_ Shine or Glow lights.