1
0
Fork 0

Replace layer_stack with layer_switch

This commit is contained in:
tmk 2013-02-15 18:48:36 +09:00
parent f8d289e669
commit d9f2875866
9 changed files with 151 additions and 223 deletions

View file

@ -3,7 +3,7 @@ SRC += $(COMMON_DIR)/host.c \
$(COMMON_DIR)/keyboard.c \
$(COMMON_DIR)/action.c \
$(COMMON_DIR)/action_macro.c \
$(COMMON_DIR)/layer_stack.c \
$(COMMON_DIR)/layer_switch.c \
$(COMMON_DIR)/keymap.c \
$(COMMON_DIR)/command.c \
$(COMMON_DIR)/timer.c \