Browse Source

Fix to make phantom board compile

master
Erik Pettersson 7 years ago
parent
commit
d14f72e2f7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      orphan/phantom/keymap.c

+ 1
- 1
orphan/phantom/keymap.c View File

@@ -145,7 +145,7 @@ action_t keymap_fn_to_action(uint8_t keycode)
if (FN_INDEX(keycode) < FN_ACTIONS_SIZE) {
action.code = pgm_read_word(&fn_actions[FN_INDEX(keycode)]);
} else {
action.code = ACTION_NO;
return (action_t)ACTION_NO;
}
return action;
}

Loading…
Cancel
Save