summaryrefslogtreecommitdiffstats
path: root/layouts/community/ergodox/qwerty_code_friendly/readme.md
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-05-20 19:05:01 +0200
committerDrashna Jaelre <drashna@live.com>2018-05-20 19:05:01 +0200
commitc1d30e4a57019ee1cad2d4c2c71ea274ef7b2f37 (patch)
tree8256283d7a18010027ea21712d9ae2c5d105041b /layouts/community/ergodox/qwerty_code_friendly/readme.md
parent0b591fd84394e2c07d3047fb29e734b612bfc248 (diff)
downloadqmk_firmware-c1d30e4a57019ee1cad2d4c2c71ea274ef7b2f37.tar.gz
qmk_firmware-c1d30e4a57019ee1cad2d4c2c71ea274ef7b2f37.tar.xz
qwerty_code_friendly: correct typos (#3002)
* qwerty_code_friendly: correct typos * qwerty_code_friendly: right thumb for media keys Allows for single handed media control.
Diffstat (limited to 'layouts/community/ergodox/qwerty_code_friendly/readme.md')
-rw-r--r--layouts/community/ergodox/qwerty_code_friendly/readme.md24
1 files changed, 14 insertions, 10 deletions
diff --git a/layouts/community/ergodox/qwerty_code_friendly/readme.md b/layouts/community/ergodox/qwerty_code_friendly/readme.md
index d800a0a02..b93e59cf7 100644
--- a/layouts/community/ergodox/qwerty_code_friendly/readme.md
+++ b/layouts/community/ergodox/qwerty_code_friendly/readme.md
@@ -20,7 +20,7 @@
if using keys from both sides is inconvenient - the symbol layer has macros
at the same key locations to type matching pairs.
-- The extra space-bar on the lower-left looks like it's in an obscure location,
+- The space-bar on the lower-left looks like it's in an obscure location,
however using the larger thumb cluster
ended up being more of a reach while typing.
@@ -122,30 +122,30 @@ Notes:
'--------------------' '--------------------'
```
-## Keymap 2: Keymap 2: Media and mouse keys
+## Keymap 2: Keymap 2: Media and Mouse Keys
```
.--------------------------------------------------. .--------------------------------------------------.
-| | | | | | | | | | | | | | | |
+| | | | | | | | |Mute | | | | | | |
|--------+------+------+------+------+------+------| |------+------+------+------+------+------+--------|
-| | | | MsUp | | |MWhlUp| | | | | | | | |
+| | | | MsUp | | |MWhlUp| |VolUp | | | | | | |
|--------+------+------+------+------+------| | | |------+------+------+------+------+--------|
| | |MsLeft|MsDown|MsRght| |------| |------| Left | Down | Up |Right | | |
-|--------+------+------+------+------+------|MWhlDn| | |------+------+------+------+------+--------|
+|--------+------+------+------+------+------|MWhlDn| |VolDn |------+------+------+------+------+--------|
| | | Rclk | Mclk | Lclk | | | | | | | | | | |
'--------+------+------+------+------+-------------' '-------------+------+------+------+------+--------'
| | | | | | | | | | | |
'----------------------------------' '----------------------------------'
.-------------. .-------------.
- | MRwd | MFwd | | MPrv | MNxt |
+ | | | | MRwd | MFwd |
.------+------+------| |------+------+------.
- | | | | |VolUp | | |
- | Mute | |------| |------| | Play |
- | | | | |VolDn | | |
+ | | | | | MPrv | | |
+ | | |------| |------| | Play |
+ | | | | | MNxt | | |
'--------------------' '--------------------'
```
-## Keymap 3: K-Keys & User defined words
+## Keymap 3: F-Keys & User Defined Words
This is for assigning whole words to single keys.
You can define the arguments (which must be quoted) using: `CFQ_WORD_[A-Z]`
@@ -174,6 +174,10 @@ eg: `-DCFQ_WORD_E=\"my@email.com\"`
## Changelog
+- 2018/05/19
+ Move all media keys to right thumb cluster
+ (matching page up/down, home/end locations).
+
- 2018/04/14
Add `CFQ_USE_80_KEYS` to optionally support an 80 key layout.