diff options
| author | fauxpark <fauxpark@gmail.com> | 2019-01-25 02:38:44 +1100 |
|---|---|---|
| committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-01-24 07:38:44 -0800 |
| commit | b5feae07c27eb8fcac07d165091cce186e253be8 (patch) | |
| tree | 7e2b6a079eea2cef831af9bf23f6754744134bd9 /layouts/community/ergodox/reset_eeprom/keymap.c | |
| parent | 5d1ea88bf7c16b858dd94d9a0ce5a351a49f6e07 (diff) | |
| download | qmk_firmware-b5feae07c27eb8fcac07d165091cce186e253be8.tar.gz qmk_firmware-b5feae07c27eb8fcac07d165091cce186e253be8.zip | |
Remove unused fn_actions[] and action_function() in default keymaps (#4829)
Diffstat (limited to 'layouts/community/ergodox/reset_eeprom/keymap.c')
| -rw-r--r-- | layouts/community/ergodox/reset_eeprom/keymap.c | 4 |
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 | ||
| 63 | const uint16_t PROGMEM fn_actions[] = { | ||
| 64 | [1] = ACTION_LAYER_TAP_TOGGLE(SYMB) // FN1 - Momentary Layer 1 (Symbols) | ||
| 65 | }; | ||
| 66 | |||
| 67 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 63 | const 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 |
