Remove unused fn_actions[] and action_function() in default keymaps (#4829)

This commit is contained in:
fauxpark 2019-01-25 02:38:44 +11:00 committed by MechMerlin
parent 5d1ea88bf7
commit b5feae07c2
18 changed files with 18 additions and 153 deletions

View file

@ -142,12 +142,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
),
};
const uint16_t PROGMEM fn_actions[] = {
[1] = ACTION_LAYER_TAP_TOGGLE(SYMB), // FN1 - Momentary Layer 1 (Symbols)
[2] = ACTION_MACRO_TAP(0), // Eric Tang's Famous Macro!
[3] = ACTION_MACRO_TAP(1) // Eric Tang's Famous Macro!
};
const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
{
return MACRO_NONE;