summaryrefslogtreecommitdiff
path: root/keymap_skel.h
diff options
context:
space:
mode:
authortmk2010-10-28 15:43:51 +0900
committertmk2010-10-28 15:43:51 +0900
commit6c3b9a2ded1afcf4a6bbc69878f52088f4c1a0e8 (patch)
tree54fa3d4def2748cc19faff5f9d6b393d75a556ac /keymap_skel.h
parent46545c038034845658e40f1637b5a4465a9aefda (diff)
ADD: macway/doc
FIX: keymap
Diffstat (limited to 'keymap_skel.h')
-rw-r--r--keymap_skel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keymap_skel.h b/keymap_skel.h
index ab8cce7ae..c2b94177e 100644
--- a/keymap_skel.h
+++ b/keymap_skel.h
@@ -11,8 +11,8 @@ uint8_t keymap_get_keycodel(int layer, int row, int col);
int keymap_get_layer(void);
int keymap_set_layer(int layer);
-bool keymap_is_special_mode(int fn_bits);
+bool keymap_is_special_mode(uint8_t fn_bits);
/* process Fn keys. This.should be called every scan. */
-void keymap_fn_proc(int fn_bits);
+void keymap_fn_proc(uint8_t fn_bits);
#endif