diff options
Diffstat (limited to 'layouts/community/ergodox/plover/keymap.c')
| -rw-r--r-- | layouts/community/ergodox/plover/keymap.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/layouts/community/ergodox/plover/keymap.c b/layouts/community/ergodox/plover/keymap.c index 0ab60ffbb..b19634643 100644 --- a/layouts/community/ergodox/plover/keymap.c +++ b/layouts/community/ergodox/plover/keymap.c | |||
| @@ -179,26 +179,6 @@ LAYOUT_ergodox( | |||
| 179 | ), | 179 | ), |
| 180 | }; | 180 | }; |
| 181 | 181 | ||
| 182 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | ||
| 183 | { | ||
| 184 | // MACRODOWN only works in this function | ||
| 185 | switch(id) { | ||
| 186 | case 0: | ||
| 187 | if (record->event.pressed) { | ||
| 188 | register_code(KC_RSFT); | ||
| 189 | } else { | ||
| 190 | unregister_code(KC_RSFT); | ||
| 191 | } | ||
| 192 | break; | ||
| 193 | } | ||
| 194 | return MACRO_NONE; | ||
| 195 | }; | ||
| 196 | |||
| 197 | // Runs just one time when the keyboard initializes. | ||
| 198 | void matrix_init_user(void) { | ||
| 199 | |||
| 200 | }; | ||
| 201 | |||
| 202 | // Runs constantly in the background, in a loop. | 182 | // Runs constantly in the background, in a loop. |
| 203 | void matrix_scan_user(void) { | 183 | void matrix_scan_user(void) { |
| 204 | 184 | ||
