1
0
Fork 0

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

@ -63,11 +63,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_P0, RESET, KC_PENT),
};
const uint16_t PROGMEM fn_actions[] = {
[0] = MO(_FL),
};
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
switch (keycode) {
case BL_TOGG: