summaryrefslogtreecommitdiffstats
path: root/common/keymap.h
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2014-06-16 17:57:59 +0200
committertmk <nobody@nowhere>2014-07-30 07:07:43 +0200
commitc67ae2a6b546c822759352586c14cd9dccbbe0ff (patch)
treeab77175c64bfce74d2662260b9cdb2af8d8a7efd /common/keymap.h
parent04fe78ee0a7fe9baed39f021799a3dbb24ebeb36 (diff)
downloadqmk_firmware-c67ae2a6b546c822759352586c14cd9dccbbe0ff.tar.gz
qmk_firmware-c67ae2a6b546c822759352586c14cd9dccbbe0ff.tar.xz
Port action_* to mbed
Diffstat (limited to 'common/keymap.h')
-rw-r--r--common/keymap.h2
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;
/* translates key to keycode */
-uint8_t keymap_key_to_keycode(uint8_t layer, key_t key);
+uint8_t keymap_key_to_keycode(uint8_t layer, keypos_t key);
/* translates Fn keycode to action */
action_t keymap_fn_to_action(uint8_t keycode);