aboutsummaryrefslogtreecommitdiff
path: root/layouts/community/ergodox/reset_eeprom/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ergodox/reset_eeprom/keymap.c')
-rw-r--r--layouts/community/ergodox/reset_eeprom/keymap.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/layouts/community/ergodox/reset_eeprom/keymap.c b/layouts/community/ergodox/reset_eeprom/keymap.c
index c960af9cb..9033205b9 100644
--- a/layouts/community/ergodox/reset_eeprom/keymap.c
+++ b/layouts/community/ergodox/reset_eeprom/keymap.c
@@ -60,10 +60,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
60 ) 60 )
61}; 61};
62 62
63const uint16_t PROGMEM fn_actions[] = {
64 [1] = ACTION_LAYER_TAP_TOGGLE(SYMB) // FN1 - Momentary Layer 1 (Symbols)
65};
66
67const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) 63const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
68{ 64{
69 // MACRODOWN only works in this function 65 // MACRODOWN only works in this function