aboutsummaryrefslogtreecommitdiff
path: root/layouts/community/ergodox/qwerty_code_friendly/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ergodox/qwerty_code_friendly/keymap.c')
-rw-r--r--layouts/community/ergodox/qwerty_code_friendly/keymap.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/layouts/community/ergodox/qwerty_code_friendly/keymap.c b/layouts/community/ergodox/qwerty_code_friendly/keymap.c
index 731594d0e..520985204 100644
--- a/layouts/community/ergodox/qwerty_code_friendly/keymap.c
+++ b/layouts/community/ergodox/qwerty_code_friendly/keymap.c
@@ -15,7 +15,7 @@
15#define CFQ_USER_KEY1 KC_F13 15#define CFQ_USER_KEY1 KC_F13
16#endif 16#endif
17#if !defined(CFQ_USER_KEY2) 17#if !defined(CFQ_USER_KEY2)
18#define CFQ_USER_KEY2 KC_F14 18#define CFQ_USER_KEY2 KC_APP
19#endif 19#endif
20 20
21#define BASE 0 // default layer 21#define BASE 0 // default layer
@@ -77,10 +77,10 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
77 * |--------+------+------+------+------+------| [ | | ] |------+------+------+------+------+--------| 77 * |--------+------+------+------+------+------| [ | | ] |------+------+------+------+------+--------|
78 * | LShift | Z | X | C | V | B | | | | N | M | , | . | / | RShift | 78 * | LShift | Z | X | C | V | B | | | | N | M | , | . | / | RShift |
79 * `--------+------+------+------+------+-------------' `-------------+------+------+------+------+--------' 79 * `--------+------+------+------+------+-------------' `-------------+------+------+------+------+--------'
80 * | LCtl |Super | Alt | Ins |Space | | Left | Down | Up |Right | Del | 80 * | LCtl |Super | Alt | USR2 |Space | | Left | Down | Up |Right | Del |
81 * `----------------------------------' `----------------------------------' 81 * `----------------------------------' `----------------------------------'
82 * ,-------------. ,-------------. 82 * ,-------------. ,-------------.
83 * | USR2 | ~L3 | | Home | End | 83 * | Ins | ~L3 | | Home | End |
84 * ,------|------|------| |------+------+------. 84 * ,------|------|------| |------+------+------.
85 * | | | ~L2 | | PgUp | | | 85 * | | | ~L2 | | PgUp | | |
86 * |Space | USR1 |------| |------|Enter |Space | 86 * |Space | USR1 |------| |------|Enter |Space |
@@ -91,14 +91,14 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
91// Otherwise, it needs KC_* 91// Otherwise, it needs KC_*
92[BASE] = LAYOUT_ergodox( // layer 0 : default 92[BASE] = LAYOUT_ergodox( // layer 0 : default
93 // left hand 93 // left hand
94 KC_GRV, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_LCBR, 94 KC_GRV, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_LCBR,
95 KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_LPRN, 95 KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_LPRN,
96 KC_ESC, KC_A, KC_S, KC_D, KC_F, KC_G, 96 KC_ESC, KC_A, KC_S, KC_D, KC_F, KC_G,
97 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_LBRC, 97 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_LBRC,
98 KC_LCTL, KC_LGUI, KC_LALT, KC_INS, KC_SPC, 98 KC_LCTL, KC_LGUI, KC_LALT, CFQ_USER_KEY2, KC_SPC,
99 CFQ_USER_KEY2, CFQ_KC_FN3, 99 KC_INS, CFQ_KC_FN3,
100 CFQ_KC_FN2, 100 CFQ_KC_FN2,
101 KC_SPC, CFQ_USER_KEY1, CFQ_KC_FN1, 101 KC_SPC, CFQ_USER_KEY1, CFQ_KC_FN1,
102 // right hand 102 // right hand
103 KC_RCBR, KC_CIRC, KC_AMPR, KC_ASTR,KC_MINS, KC_EQL, KC_BSPC, 103 KC_RCBR, KC_CIRC, KC_AMPR, KC_ASTR,KC_MINS, KC_EQL, KC_BSPC,
104 KC_RPRN, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSLS, 104 KC_RPRN, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSLS,