1
0
Fork 0

Rename file layer_switch to action_layer

This commit is contained in:
tmk 2013-04-02 17:44:24 +09:00
parent cc8e66754b
commit c6d88d2795
10 changed files with 20 additions and 60 deletions

View file

@ -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 \