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