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