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.mk | |
parent | cc8e66754b1a5d0c11985cb0feb51ead49668744 (diff) |
Rename file layer_switch to action_layer
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ SRC += $(COMMON_DIR)/host.c \ $(COMMON_DIR)/action_tapping.c \ $(COMMON_DIR)/action_oneshot.c \ $(COMMON_DIR)/action_macro.c \ - $(COMMON_DIR)/layer_switch.c \ + $(COMMON_DIR)/action_layer.c \ $(COMMON_DIR)/keymap.c \ $(COMMON_DIR)/timer.c \ $(COMMON_DIR)/print.c \ |