git://git.gir.st
/
tmk_keyboard.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix to make phantom board compile
[tmk_keyboard.git]
/
orphan
/
phantom
/
keymap.c
diff --git
a/orphan/phantom/keymap.c
b/orphan/phantom/keymap.c
index a040434f2478113b6c242f7b35c7708d2247b4cf..81180aa53a9ad708923aa84e33df6abb0ffaaebc 100644
(file)
--- a/
orphan/phantom/keymap.c
+++ b/
orphan/phantom/keymap.c
@@
-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;
}