summaryrefslogtreecommitdiff
path: root/common/keymap.c
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-04-02 17:44:24 +0900
committertmk <nobody@nowhere>2013-04-02 17:44:24 +0900
commitc6d88d27956c4b76f8819fcdb076bf94a8f55868 (patch)
tree3b294d4282ed2ed06b0d155f81ff97385e6b024d /common/keymap.c
parentcc8e66754b1a5d0c11985cb0feb51ead49668744 (diff)
Rename file layer_switch to action_layer
Diffstat (limited to 'common/keymap.c')
-rw-r--r--common/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/keymap.c b/common/keymap.c
index ace3f49b69..c98ce09b66 100644
--- a/common/keymap.c
+++ b/common/keymap.c
@@ -18,7 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "keymap.h"
#include "report.h"
#include "keycode.h"
-#include "layer_switch.h"
+#include "action_layer.h"
#include "action.h"
#include "action_macro.h"
#include "debug.h"