summaryrefslogtreecommitdiffstats
path: root/layouts/community/ergodox/qwerty_code_friendly/readme.md
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2017-10-04 09:27:53 +0200
committerJack Humbert <jack.humb@gmail.com>2017-10-10 19:09:44 +0200
commitd6a446bf95e745a7613e27a5e6b725ffc73d73d0 (patch)
tree9dde0c8eb84ef9534bfe4d1070ddf88bcd74cc6d /layouts/community/ergodox/qwerty_code_friendly/readme.md
parent31808df29489770a85f15d03e4908c05ee4a3173 (diff)
downloadqmk_firmware-d6a446bf95e745a7613e27a5e6b725ffc73d73d0.tar.gz
qmk_firmware-d6a446bf95e745a7613e27a5e6b725ffc73d73d0.tar.xz
Qwerty Code Friendly: relocate insert key
This was too easy to press by accident (next to Alt). Make this user configurable.
Diffstat (limited to 'layouts/community/ergodox/qwerty_code_friendly/readme.md')
-rw-r--r--layouts/community/ergodox/qwerty_code_friendly/readme.md18
1 files changed, 13 insertions, 5 deletions
diff --git a/layouts/community/ergodox/qwerty_code_friendly/readme.md b/layouts/community/ergodox/qwerty_code_friendly/readme.md
index 52a973359..cb5e96d69 100644
--- a/layouts/community/ergodox/qwerty_code_friendly/readme.md
+++ b/layouts/community/ergodox/qwerty_code_friendly/readme.md
@@ -28,17 +28,21 @@ Some optional behavior is configurable without editing the code
using `CFQ_` prefixed defines which can be set by passing `EXTRAFLAGS` to make.
- `CFQ_USER_KEY1`, `CFQ_USER_KEY2` are used for custom-keys
- if not set they default to F13, F14.
- `CFQ_USE_MOMENTARY_LAYER_KEYS` is used to prevent layer keys from toggling when tapped.
-- `CFQ_USE_EXPEREMENTAL_LAYER` defines an extra layer for misc extra keys/macros.
- Currently it's mostly empty.
- `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.
+ Currently it's mostly empty.
## Keymap 0: Basic layer
+When undefined:
+
+- `USR1` defaults to `F13`, otherwise use `CFQ_USER_KEY1`.
+- `USR2` defaults to `APP`, otherwise use `CFQ_USER_KEY2`.
+
```
,--------------------------------------------------. ,--------------------------------------------------.
| Grave | ! | @ | # | $ | % | { | | } | ^ | & | * | - | = | BSpace |
@@ -49,10 +53,10 @@ using `CFQ_` prefixed defines which can be set by passing `EXTRAFLAGS` to make.
|--------+------+------+------+------+------| [ | | ] |------+------+------+------+------+--------|
| LShift | Z | X | C | V | B | | | | N | M | , | . | / | RShift |
`--------+------+------+------+------+-------------' `-------------+------+------+------+------+--------'
- | LCtl |Super | Alt | Ins |Space | | Left | Down | Up |Right | Del |
+ | LCtl |Super | Alt | USR2 |Space | | Left | Down | Up |Right | Del |
`----------------------------------' `----------------------------------'
,-------------. ,-------------.
- | USR2 | ~L3 | | Home | End |
+ | Ins | ~L3 | | Home | End |
,------|------|------| |------+------+------.
| | | ~L2 | | PgUp | | |
|Space | USR1 |------| |------|Enter |Space |
@@ -110,3 +114,7 @@ Note the double bracket keys on this layer press left to position the cursor bet
```
## Changelog
+
+- 2017/10/4
+ Move Insert key to the left thumb cluster (away from the modifier keys).
+ Replace with `USR2` which defaults to `APP`.