summaryrefslogtreecommitdiffstats
path: root/layouts/community/ergodox/qwerty_code_friendly/readme.md
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2017-11-09 12:47:37 +0100
committerCampbell Barton <ideasman42@gmail.com>2017-11-09 13:13:56 +0100
commitc2c9d9b38658bb7a0da2fabcef0108a968b6b059 (patch)
treecd318e10171b2104813790b1f019b6466e72f6fa /layouts/community/ergodox/qwerty_code_friendly/readme.md
parent05f15b789f4f6098a72474e028a19fdbccdaf2d3 (diff)
downloadqmk_firmware-c2c9d9b38658bb7a0da2fabcef0108a968b6b059.tar.gz
qmk_firmware-c2c9d9b38658bb7a0da2fabcef0108a968b6b059.tar.xz
qwerty_code_friendly: Expose caps-lock & fix typo
Diffstat (limited to 'layouts/community/ergodox/qwerty_code_friendly/readme.md')
-rw-r--r--layouts/community/ergodox/qwerty_code_friendly/readme.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/layouts/community/ergodox/qwerty_code_friendly/readme.md b/layouts/community/ergodox/qwerty_code_friendly/readme.md
index 6153fb259..92130c6fb 100644
--- a/layouts/community/ergodox/qwerty_code_friendly/readme.md
+++ b/layouts/community/ergodox/qwerty_code_friendly/readme.md
@@ -32,6 +32,7 @@ using `CFQ_` prefixed defines which can be set by passing `EXTRAFLAGS` to make.
- `CFQ_USE_SWAP_RIGHT_SPACE_ENTER` swap Enter and Space on the right hand thumb cluster.
While asymmetric, it makes Enter more easily accessible.
- `CFQ_USE_EXPEREMENTAL_LAYER` defines an extra layer for misc extra keys/macros.
+ When set, Caps-Lock is replace by Layer3.
Currently it's mostly empty.
@@ -52,7 +53,7 @@ Keymap 0: Basic layer
| LCtl |Super | Alt | ~L1 |Space | | Left | Down | Up |Right | Del |
`----------------------------------' `----------------------------------'
,-------------. ,-------------.
- | Ins | ~L3 | | Home | End |
+ | Ins |CapsLk| | Home | End |
,------|------|------| |------+------+------.
| | | ~L2 | | PgUp | | |
|Space |Enter |------| |------|Enter |Space |
@@ -127,6 +128,9 @@ Notes:
## Changelog
+- 2017/11/09
+ Use Caps-Lock when `CFQ_USE_EXPEREMENTAL_LAYER` isn't defined.
+
- 2017/11/07
Make thumb left thumb cluster completely configurable with defines.
Add mouse wheel to mouse layer.