aboutsummaryrefslogtreecommitdiff
path: root/layouts/community/ergodox/jackhumbert/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ergodox/jackhumbert/keymap.c')
-rw-r--r--layouts/community/ergodox/jackhumbert/keymap.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/layouts/community/ergodox/jackhumbert/keymap.c b/layouts/community/ergodox/jackhumbert/keymap.c
index 745d632d0..9d357881e 100644
--- a/layouts/community/ergodox/jackhumbert/keymap.c
+++ b/layouts/community/ergodox/jackhumbert/keymap.c
@@ -85,11 +85,6 @@ const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
85 eeconfig_init(); 85 eeconfig_init();
86 } 86 }
87 break; 87 break;
88 case 2:
89 if (record->event.pressed) { // For resetting EEPROM
90 api_send_unicode(0x0CA0);
91 }
92 break;
93 } 88 }
94 return MACRO_NONE; 89 return MACRO_NONE;
95}; 90};