diff options
author | tmk <nobody@nowhere> | 2013-04-02 17:44:24 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-04-02 17:44:24 +0900 |
commit | c6d88d27956c4b76f8819fcdb076bf94a8f55868 (patch) | |
tree | 3b294d4282ed2ed06b0d155f81ff97385e6b024d /common/action.c | |
parent | cc8e66754b1a5d0c11985cb0feb51ead49668744 (diff) | |
download | qmk_firmware-c6d88d27956c4b76f8819fcdb076bf94a8f55868.tar.gz qmk_firmware-c6d88d27956c4b76f8819fcdb076bf94a8f55868.zip |
Rename file layer_switch to action_layer
Diffstat (limited to 'common/action.c')
-rw-r--r-- | common/action.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/action.c b/common/action.c index 596831d4de..158522dd03 100644 --- a/common/action.c +++ b/common/action.c @@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "command.h" #include "debug.h" #include "led.h" -#include "layer_switch.h" +#include "action_layer.h" #include "action_tapping.h" #include "action_oneshot.h" #include "action_macro.h" |