summaryrefslogtreecommitdiff
path: root/keymap_skel.h
diff options
context:
space:
mode:
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