aboutsummaryrefslogtreecommitdiff
path: root/layouts/community/ergodox/qwerty_code_friendly/readme.md
diff options
context:
space:
mode:
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 @@
20 if using keys from both sides is inconvenient - the symbol layer has macros 20 if using keys from both sides is inconvenient - the symbol layer has macros
21 at the same key locations to type matching pairs. 21 at the same key locations to type matching pairs.
22 22
23- The extra space-bar on the lower-left looks like it's in an obscure location, 23- The space-bar on the lower-left looks like it's in an obscure location,
24 however using the larger thumb cluster 24 however using the larger thumb cluster
25 ended up being more of a reach while typing. 25 ended up being more of a reach while typing.
26 26
@@ -122,30 +122,30 @@ Notes:
122 '--------------------' '--------------------' 122 '--------------------' '--------------------'
123``` 123```
124 124
125## Keymap 2: Keymap 2: Media and mouse keys 125## Keymap 2: Keymap 2: Media and Mouse Keys
126 126
127``` 127```
128.--------------------------------------------------. .--------------------------------------------------. 128.--------------------------------------------------. .--------------------------------------------------.
129| | | | | | | | | | | | | | | | 129| | | | | | | | |Mute | | | | | | |
130|--------+------+------+------+------+------+------| |------+------+------+------+------+------+--------| 130|--------+------+------+------+------+------+------| |------+------+------+------+------+------+--------|
131| | | | MsUp | | |MWhlUp| | | | | | | | | 131| | | | MsUp | | |MWhlUp| |VolUp | | | | | | |
132|--------+------+------+------+------+------| | | |------+------+------+------+------+--------| 132|--------+------+------+------+------+------| | | |------+------+------+------+------+--------|
133| | |MsLeft|MsDown|MsRght| |------| |------| Left | Down | Up |Right | | | 133| | |MsLeft|MsDown|MsRght| |------| |------| Left | Down | Up |Right | | |
134|--------+------+------+------+------+------|MWhlDn| | |------+------+------+------+------+--------| 134|--------+------+------+------+------+------|MWhlDn| |VolDn |------+------+------+------+------+--------|
135| | | Rclk | Mclk | Lclk | | | | | | | | | | | 135| | | Rclk | Mclk | Lclk | | | | | | | | | | |
136'--------+------+------+------+------+-------------' '-------------+------+------+------+------+--------' 136'--------+------+------+------+------+-------------' '-------------+------+------+------+------+--------'
137 | | | | | | | | | | | | 137 | | | | | | | | | | | |
138 '----------------------------------' '----------------------------------' 138 '----------------------------------' '----------------------------------'
139 .-------------. .-------------. 139 .-------------. .-------------.
140 | MRwd | MFwd | | MPrv | MNxt | 140 | | | | MRwd | MFwd |
141 .------+------+------| |------+------+------. 141 .------+------+------| |------+------+------.
142 | | | | |VolUp | | | 142 | | | | | MPrv | | |
143 | Mute | |------| |------| | Play | 143 | | |------| |------| | Play |
144 | | | | |VolDn | | | 144 | | | | | MNxt | | |
145 '--------------------' '--------------------' 145 '--------------------' '--------------------'
146``` 146```
147 147
148## Keymap 3: K-Keys & User defined words 148## Keymap 3: F-Keys & User Defined Words
149 149
150This is for assigning whole words to single keys. 150This is for assigning whole words to single keys.
151You can define the arguments (which must be quoted) using: `CFQ_WORD_[A-Z]` 151You can define the arguments (which must be quoted) using: `CFQ_WORD_[A-Z]`
@@ -174,6 +174,10 @@ eg: `-DCFQ_WORD_E=\"my@email.com\"`
174 174
175## Changelog 175## Changelog
176 176
177- 2018/05/19
178 Move all media keys to right thumb cluster
179 (matching page up/down, home/end locations).
180
177- 2018/04/14 181- 2018/04/14
178 Add `CFQ_USE_80_KEYS` to optionally support an 80 key layout. 182 Add `CFQ_USE_80_KEYS` to optionally support an 80 key layout.
179 183