summaryrefslogtreecommitdiffstats
path: root/common/action_layer.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/action_layer.h
parent04fe78ee0a7fe9baed39f021799a3dbb24ebeb36 (diff)
downloadqmk_firmware-c67ae2a6b546c822759352586c14cd9dccbbe0ff.tar.gz
qmk_firmware-c67ae2a6b546c822759352586c14cd9dccbbe0ff.tar.xz
Port action_* to mbed
Diffstat (limited to 'common/action_layer.h')
-rw-r--r--common/action_layer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/action_layer.h b/common/action_layer.h
index 034e00027..b6da353cf 100644
--- a/common/action_layer.h
+++ b/common/action_layer.h
@@ -72,6 +72,6 @@ void layer_xor(uint32_t state);
/* return action depending on current layer status */
-action_t layer_switch_get_action(key_t key);
+action_t layer_switch_get_action(keypos_t key);
#endif