summaryrefslogtreecommitdiff
path: root/keymap_skel.h
diff options
context:
space:
mode:
authortmk2011-01-06 15:37:14 +0900
committertmk2011-01-06 15:37:14 +0900
commit3e56e80c7d938c2b03bafb0606978b715c2ee0ee (patch)
tree670aa9f1c1a3710a743e882ceae75f8df54c2c83 /keymap_skel.h
parentfd49c69d1a173b9d273b2b53eb6a22eda920223a (diff)
changed signature of keymap_fn_layer() in keymap_skel.h.
FIX: name of mousekey macros usb_keycodes.h.
Diffstat (limited to 'keymap_skel.h')
-rw-r--r--keymap_skel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keymap_skel.h b/keymap_skel.h
index e4ac560eb..300801ff6 100644
--- a/keymap_skel.h
+++ b/keymap_skel.h
@@ -10,7 +10,7 @@
uint8_t keymap_get_keycode(uint8_t layer, uint8_t row, uint8_t col);
/* layer to move during press Fn key */
-int keymap_fn_layer(uint8_t fn_bits);
+uint8_t keymap_fn_layer(uint8_t fn_bits);
/* keycode to send when release Fn key without using */
uint8_t keymap_fn_keycode(uint8_t fn_bits);