aboutsummaryrefslogtreecommitdiff
path: root/layouts/community/ergodox/haegin/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ergodox/haegin/keymap.c')
-rw-r--r--layouts/community/ergodox/haegin/keymap.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/layouts/community/ergodox/haegin/keymap.c b/layouts/community/ergodox/haegin/keymap.c
index b7e382957..fbbe3e72e 100644
--- a/layouts/community/ergodox/haegin/keymap.c
+++ b/layouts/community/ergodox/haegin/keymap.c
@@ -223,26 +223,6 @@ qk_tap_dance_action_t tap_dance_actions[] = {
223 [TD_BSPC] = ACTION_TAP_DANCE_FN_ADVANCED (dance_backspace, dance_backspace_ended, dance_backspace_reset) 223 [TD_BSPC] = ACTION_TAP_DANCE_FN_ADVANCED (dance_backspace, dance_backspace_ended, dance_backspace_reset)
224}; 224};
225 225
226const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
227{
228 // MACRODOWN only works in this function
229 switch(id) {
230 case 0:
231 if (record->event.pressed) {
232 register_code(KC_RSFT);
233 } else {
234 unregister_code(KC_RSFT);
235 }
236 break;
237 }
238 return MACRO_NONE;
239};
240
241// Runs just one time when the keyboard initializes.
242void matrix_init_user(void) {
243
244};
245
246// Runs constantly in the background, in a loop. 226// Runs constantly in the background, in a loop.
247void matrix_scan_user(void) { 227void matrix_scan_user(void) {
248 228