summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-02-15 10:48:36 +0100
committertmk <nobody@nowhere>2013-02-15 10:48:36 +0100
commitd9f287586635a401b8d6a80614bee6dbebe2f18c (patch)
tree19e9e3116127e6e966c23d499d7ea879de3b78e8 /common.mk
parentf8d289e66965f99469292370c3b9200a03254f8e (diff)
downloadqmk_firmware-d9f287586635a401b8d6a80614bee6dbebe2f18c.tar.gz
qmk_firmware-d9f287586635a401b8d6a80614bee6dbebe2f18c.tar.xz
Replace layer_stack with layer_switch
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mk b/common.mk
index de22f2c8c..5fb76e739 100644
--- a/common.mk
+++ b/common.mk
@@ -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 \