diff options
| author | Campbell Barton <ideasman42@gmail.com> | 2018-10-20 10:47:59 +1100 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2018-10-19 16:47:59 -0700 |
| commit | f775168c4fa870c045984069a1b55eb9d269098c (patch) | |
| tree | 7d430e79335edb866e1dbe0de8dcac0171b23da2 /layouts/community/ergodox | |
| parent | 6c086f2b6d340c22462f6d6d3cb1d9b583123a65 (diff) | |
| download | qmk_firmware-f775168c4fa870c045984069a1b55eb9d269098c.tar.gz qmk_firmware-f775168c4fa870c045984069a1b55eb9d269098c.zip | |
Keymap: qwerty_code_friendly: update readme, comments (#4178)
Diffstat (limited to 'layouts/community/ergodox')
| -rw-r--r-- | layouts/community/ergodox/qwerty_code_friendly/keymap.c | 2 | ||||
| -rw-r--r-- | layouts/community/ergodox/qwerty_code_friendly/readme.md | 18 |
2 files changed, 10 insertions, 10 deletions
diff --git a/layouts/community/ergodox/qwerty_code_friendly/keymap.c b/layouts/community/ergodox/qwerty_code_friendly/keymap.c index 2a441be0e..43a1d1ad8 100644 --- a/layouts/community/ergodox/qwerty_code_friendly/keymap.c +++ b/layouts/community/ergodox/qwerty_code_friendly/keymap.c | |||
| @@ -445,7 +445,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 445 | KC_MPRV, K80(L2K2), K80(L2K3), | 445 | KC_MPRV, K80(L2K2), K80(L2K3), |
| 446 | KC_MNXT, KC_TRNS, KC_MPLY | 446 | KC_MNXT, KC_TRNS, KC_MPLY |
| 447 | ), | 447 | ), |
| 448 | /* Keymap 3: Entire Words (one for each key) | 448 | /* Keymap 3: Entire Words (one for each key) & Numbers |
| 449 | * | 449 | * |
| 450 | * .--------------------------------------------------. .--------------------------------------------------. | 450 | * .--------------------------------------------------. .--------------------------------------------------. |
| 451 | * | | 1 | 2 | 3 | 4 | 5 | | | | 6 | 7 | 8 | 9 | 0 | | | 451 | * | | 1 | 2 | 3 | 4 | 5 | | | | 6 | 7 | 8 | 9 | 0 | | |
diff --git a/layouts/community/ergodox/qwerty_code_friendly/readme.md b/layouts/community/ergodox/qwerty_code_friendly/readme.md index 23afa656f..9abd071b9 100644 --- a/layouts/community/ergodox/qwerty_code_friendly/readme.md +++ b/layouts/community/ergodox/qwerty_code_friendly/readme.md | |||
| @@ -30,7 +30,7 @@ Some optional behavior is configurable without editing the code | |||
| 30 | using `CFQ_` prefixed defines which can be set by passing `EXTRAFLAGS` to make. | 30 | using `CFQ_` prefixed defines which can be set by passing `EXTRAFLAGS` to make. |
| 31 | 31 | ||
| 32 | - `CFQ_USER_KEY0` | 32 | - `CFQ_USER_KEY0` |
| 33 | (0..7) are used for custom-keys | 33 | (0..8) are used for custom-keys |
| 34 | - `CFQ_USE_MOMENTARY_LAYER_KEYS` | 34 | - `CFQ_USE_MOMENTARY_LAYER_KEYS` |
| 35 | is used to prevent layer keys from toggling when tapped. | 35 | is used to prevent layer keys from toggling when tapped. |
| 36 | - `CFQ_USE_SHIFT_QUOTES` | 36 | - `CFQ_USE_SHIFT_QUOTES` |
| @@ -122,12 +122,7 @@ Notes: | |||
| 122 | '--------------------' '--------------------' | 122 | '--------------------' '--------------------' |
| 123 | ``` | 123 | ``` |
| 124 | 124 | ||
| 125 | ## Keymap 2: Media, Mouse Keys and Numbers | 125 | ## Keymap 2: F-Keys, Media & Mouse Keys |
| 126 | |||
| 127 | Notes: | ||
| 128 | |||
| 129 | - Numbers are included on this layer since some applications differentiate | ||
| 130 | between numbers top row and keypad. | ||
| 131 | 126 | ||
| 132 | ``` | 127 | ``` |
| 133 | .--------------------------------------------------. .--------------------------------------------------. | 128 | .--------------------------------------------------. .--------------------------------------------------. |
| @@ -150,12 +145,17 @@ Notes: | |||
| 150 | '--------------------' '--------------------' | 145 | '--------------------' '--------------------' |
| 151 | ``` | 146 | ``` |
| 152 | 147 | ||
| 153 | ## Keymap 3: F-Keys & User Defined Words | 148 | ## Keymap 3: User Defined Words & Numbers |
| 154 | 149 | ||
| 155 | This is for assigning whole words to single keys. | 150 | This is for assigning whole words to single keys. |
| 156 | You can define the arguments (which must be quoted) using: `CFQ_WORD_[A-Z]` | 151 | You can define the arguments (which must be quoted) using: `CFQ_WORD_[A-Z]` |
| 157 | eg: `-DCFQ_WORD_E=\"my@email.com\"` | 152 | eg: `-DCFQ_WORD_E=\"my@email.com\"` |
| 158 | 153 | ||
| 154 | Notes: | ||
| 155 | |||
| 156 | - Numbers are included on this layer since some applications differentiate | ||
| 157 | between numbers top row and keypad. | ||
| 158 | |||
| 159 | ``` | 159 | ``` |
| 160 | .--------------------------------------------------. .--------------------------------------------------. | 160 | .--------------------------------------------------. .--------------------------------------------------. |
| 161 | | | 1 | 2 | 3 | 4 | 5 | | | | 6 | 7 | 8 | 9 | 0 | | | 161 | | | 1 | 2 | 3 | 4 | 5 | | | | 6 | 7 | 8 | 9 | 0 | | |
| @@ -180,7 +180,7 @@ eg: `-DCFQ_WORD_E=\"my@email.com\"` | |||
| 180 | ## Changelog | 180 | ## Changelog |
| 181 | 181 | ||
| 182 | - 2018/10/19 | 182 | - 2018/10/19 |
| 183 | Move F-Keys to numpad like layout. | 183 | Move F-Keys to key-pad like layout. |
| 184 | 184 | ||
| 185 | - 2018/05/29 | 185 | - 2018/05/29 |
| 186 | Add number keys for cases when keypad numbers are handled differently. | 186 | Add number keys for cases when keypad numbers are handled differently. |
