diff options
Diffstat (limited to 'common/keymap.h')
| -rw-r--r-- | common/keymap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/keymap.h b/common/keymap.h index 4c3019a36..e1a6f992e 100644 --- a/common/keymap.h +++ b/common/keymap.h | |||
| @@ -43,7 +43,7 @@ keymap_config_t keymap_config; | |||
| 43 | 43 | ||
| 44 | 44 | ||
| 45 | /* translates key to keycode */ | 45 | /* translates key to keycode */ |
| 46 | uint8_t keymap_key_to_keycode(uint8_t layer, key_t key); | 46 | uint8_t keymap_key_to_keycode(uint8_t layer, keypos_t key); |
| 47 | 47 | ||
| 48 | /* translates Fn keycode to action */ | 48 | /* translates Fn keycode to action */ |
| 49 | action_t keymap_fn_to_action(uint8_t keycode); | 49 | action_t keymap_fn_to_action(uint8_t keycode); |
