Explorar el Código

Fix to make phantom board compile

master
Erik Pettersson hace 7 años
padre
commit
d14f72e2f7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      orphan/phantom/keymap.c

+ 1
- 1
orphan/phantom/keymap.c Ver fichero

@@ -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;
}

Cargando…
Cancelar
Guardar