diff options
author | tmk <nobody@nowhere> | 2014-06-17 00:57:59 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2014-07-30 14:07:43 +0900 |
commit | c67ae2a6b546c822759352586c14cd9dccbbe0ff (patch) | |
tree | ab77175c64bfce74d2662260b9cdb2af8d8a7efd /common/keymap.h | |
parent | 04fe78ee0a7fe9baed39f021799a3dbb24ebeb36 (diff) | |
download | qmk_firmware-c67ae2a6b546c822759352586c14cd9dccbbe0ff.tar.gz |
Port action_* to mbed
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; /* 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); |