diff options
Diffstat (limited to 'layouts/community/ergodox/romanzolotarev-norman-plover-osx/keymap.c')
| -rw-r--r-- | layouts/community/ergodox/romanzolotarev-norman-plover-osx/keymap.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/layouts/community/ergodox/romanzolotarev-norman-plover-osx/keymap.c b/layouts/community/ergodox/romanzolotarev-norman-plover-osx/keymap.c index 08aad4f22..a0964fac7 100644 --- a/layouts/community/ergodox/romanzolotarev-norman-plover-osx/keymap.c +++ b/layouts/community/ergodox/romanzolotarev-norman-plover-osx/keymap.c | |||
| @@ -86,25 +86,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 86 | ), | 86 | ), |
| 87 | }; | 87 | }; |
| 88 | 88 | ||
| 89 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | ||
| 90 | { | ||
| 91 | // MACRODOWN only works in this function | ||
| 92 | switch(id) { | ||
| 93 | case 0: | ||
| 94 | if (record->event.pressed) { | ||
| 95 | register_code(KC_RSFT); | ||
| 96 | } else { | ||
| 97 | unregister_code(KC_RSFT); | ||
| 98 | } | ||
| 99 | break; | ||
| 100 | } | ||
| 101 | return MACRO_NONE; | ||
| 102 | }; | ||
| 103 | |||
| 104 | // Runs just one time when the keyboard initializes. | ||
| 105 | void matrix_init_user(void) { | ||
| 106 | }; | ||
| 107 | |||
| 108 | // Runs constantly in the background, in a loop. | 89 | // Runs constantly in the background, in a loop. |
| 109 | void matrix_scan_user(void) { | 90 | void matrix_scan_user(void) { |
| 110 | uint8_t layer = biton32(layer_state); | 91 | uint8_t layer = biton32(layer_state); |
