diff options
| -rw-r--r-- | layouts/community/ergodox/qwerty_code_friendly/keymap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/community/ergodox/qwerty_code_friendly/keymap.c b/layouts/community/ergodox/qwerty_code_friendly/keymap.c index 5c3c1ff81..f882d0e00 100644 --- a/layouts/community/ergodox/qwerty_code_friendly/keymap.c +++ b/layouts/community/ergodox/qwerty_code_friendly/keymap.c | |||
| @@ -54,7 +54,7 @@ | |||
| 54 | #endif | 54 | #endif |
| 55 | 55 | ||
| 56 | #ifdef CFQ_USE_80_KEYS | 56 | #ifdef CFQ_USE_80_KEYS |
| 57 | # define LAYOUT_ergodox_76_or_80 KEYMAP_80 | 57 | # define LAYOUT_ergodox_76_or_80 LAYOUT_ergodox_80 |
| 58 | # define K80(a) CFQ_USER_K80_##a | 58 | # define K80(a) CFQ_USER_K80_##a |
| 59 | #else | 59 | #else |
| 60 | # define LAYOUT_ergodox_76_or_80( \ | 60 | # define LAYOUT_ergodox_76_or_80( \ |
| @@ -281,8 +281,8 @@ enum custom_keycodes { | |||
| 281 | /* avoid ifdef's in keymap */ | 281 | /* avoid ifdef's in keymap */ |
| 282 | # define DYN_REC_START1 KC_TRNS | 282 | # define DYN_REC_START1 KC_TRNS |
| 283 | # define DYN_REC_START2 KC_TRNS | 283 | # define DYN_REC_START2 KC_TRNS |
| 284 | # define DYN_REC_PLAY1 KC_TRNS | 284 | # define DYN_MACRO_PLAY1 KC_TRNS |
| 285 | # define DYN_REC_PLAY2 KC_TRNS | 285 | # define DYN_MACRO_PLAY2 KC_TRNS |
| 286 | # define DYN_REC_STOP KC_TRNS | 286 | # define DYN_REC_STOP KC_TRNS |
| 287 | #endif | 287 | #endif |
| 288 | 288 | ||
