@ -27,7 +27,7 @@ KEYBOARDS := $(notdir $(shell find keyboards -maxdepth 1 -mindepth 1 -type d))
.PHONY: $(KEYBOARDS)
$(KEYBOARDS):
@echo "Linking keyboards into $(QMK_DIR)/keyboards..."
@ln -s \
@ln -sT \
$(shell pwd)/keyboards/$@ \
$(QMK_DIR)/keyboards/$@