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.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.
32- `CFQ_USE_SWAP_RIGHT_SPACE_ENTER` swap Enter and Space on the right hand thumb cluster. 32- `CFQ_USE_SWAP_RIGHT_SPACE_ENTER` swap Enter and Space on the right hand thumb cluster.
33 While asymmetric, it makes Enter more easily accessible. 33 While asymmetric, it makes Enter more easily accessible.
34- `CFQ_USE_EXPEREMENTAL_LAYER` defines an extra layer for misc extra keys/macros. 34- `CFQ_USE_EXPEREMENTAL_LAYER` defines an extra layer for misc extra keys/macros.
35 When set, Caps-Lock is replace by Layer3.
35 Currently it's mostly empty. 36 Currently it's mostly empty.
36 37
37 38
@@ -52,7 +53,7 @@ Keymap 0: Basic layer
52 | LCtl |Super | Alt | ~L1 |Space | | Left | Down | Up |Right | Del | 53 | LCtl |Super | Alt | ~L1 |Space | | Left | Down | Up |Right | Del |
53 `----------------------------------' `----------------------------------' 54 `----------------------------------' `----------------------------------'
54 ,-------------. ,-------------. 55 ,-------------. ,-------------.
55 | Ins | ~L3 | | Home | End | 56 | Ins |CapsLk| | Home | End |
56 ,------|------|------| |------+------+------. 57 ,------|------|------| |------+------+------.
57 | | | ~L2 | | PgUp | | | 58 | | | ~L2 | | PgUp | | |
58 |Space |Enter |------| |------|Enter |Space | 59 |Space |Enter |------| |------|Enter |Space |
@@ -127,6 +128,9 @@ Notes:
127 128
128## Changelog 129## Changelog
129 130
131- 2017/11/09
132 Use Caps-Lock when `CFQ_USE_EXPEREMENTAL_LAYER` isn't defined.
133
130- 2017/11/07 134- 2017/11/07
131 Make thumb left thumb cluster completely configurable with defines. 135 Make thumb left thumb cluster completely configurable with defines.
132 Add mouse wheel to mouse layer. 136 Add mouse wheel to mouse layer.