aboutsummaryrefslogtreecommitdiff
path: root/keyboard/planck/extended_keymap_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/planck/extended_keymap_common.h')
-rw-r--r--keyboard/planck/extended_keymap_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboard/planck/extended_keymap_common.h b/keyboard/planck/extended_keymap_common.h
index 2dce4a2fa..e6a7dac5b 100644
--- a/keyboard/planck/extended_keymap_common.h
+++ b/keyboard/planck/extended_keymap_common.h
@@ -48,6 +48,7 @@ typedef union {
48keymap_config_t keymap_config; 48keymap_config_t keymap_config;
49#endif 49#endif
50 50
51
51/* translates key to keycode */ 52/* translates key to keycode */
52uint16_t keymap_key_to_keycode(uint8_t layer, keypos_t key); 53uint16_t keymap_key_to_keycode(uint8_t layer, keypos_t key);
53 54