diff options
Diffstat (limited to 'layouts/community/ergodox/kastyle')
| -rw-r--r-- | layouts/community/ergodox/kastyle/keymap.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/layouts/community/ergodox/kastyle/keymap.c b/layouts/community/ergodox/kastyle/keymap.c index 32eec96f5..c9789955b 100644 --- a/layouts/community/ergodox/kastyle/keymap.c +++ b/layouts/community/ergodox/kastyle/keymap.c | |||
| @@ -140,26 +140,6 @@ LAYOUT_ergodox( | |||
| 140 | ), | 140 | ), |
| 141 | }; | 141 | }; |
| 142 | 142 | ||
| 143 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | ||
| 144 | { | ||
| 145 | // MACRODOWN only works in this function | ||
| 146 | switch(id) { | ||
| 147 | case 0: | ||
| 148 | if (record->event.pressed) { | ||
| 149 | register_code(KC_RSFT); | ||
| 150 | } else { | ||
| 151 | unregister_code(KC_RSFT); | ||
| 152 | } | ||
| 153 | break; | ||
| 154 | } | ||
| 155 | return MACRO_NONE; | ||
| 156 | }; | ||
| 157 | |||
| 158 | // Runs just one time when the keyboard initializes. | ||
| 159 | void matrix_init_user(void) { | ||
| 160 | |||
| 161 | }; | ||
| 162 | |||
| 163 | // Runs constantly in the background, in a loop. | 143 | // Runs constantly in the background, in a loop. |
| 164 | void matrix_scan_user(void) { | 144 | void matrix_scan_user(void) { |
| 165 | 145 | ||
