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/action_layer.h | |
| parent | 04fe78ee0a7fe9baed39f021799a3dbb24ebeb36 (diff) | |
| download | qmk_firmware-c67ae2a6b546c822759352586c14cd9dccbbe0ff.tar.gz qmk_firmware-c67ae2a6b546c822759352586c14cd9dccbbe0ff.zip | |
Port action_* to mbed
Diffstat (limited to 'common/action_layer.h')
| -rw-r--r-- | common/action_layer.h | 2 |
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); | |||
| 72 | 72 | ||
| 73 | 73 | ||
| 74 | /* return action depending on current layer status */ | 74 | /* return action depending on current layer status */ |
| 75 | action_t layer_switch_get_action(key_t key); | 75 | action_t layer_switch_get_action(keypos_t key); |
| 76 | 76 | ||
| 77 | #endif | 77 | #endif |
