changed signature of keymap_fn_layer() in keymap_skel.h.

FIX: name of mousekey macros usb_keycodes.h.
This commit is contained in:
tmk 2011-01-06 15:37:14 +09:00
parent fd49c69d1a
commit 3e56e80c7d
4 changed files with 15 additions and 17 deletions

View file

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