summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/traveller/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/traveller/rules.mk')
-rw-r--r--keyboards/handwired/traveller/rules.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/handwired/traveller/rules.mk b/keyboards/handwired/traveller/rules.mk
index a7f7fc230..62f94b945 100644
--- a/keyboards/handwired/traveller/rules.mk
+++ b/keyboards/handwired/traveller/rules.mk
@@ -80,10 +80,3 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
AUDIO_ENABLE = no # Audio output on port C6
RGBLIGHT_ENABLE = yes
-ifndef QUANTUM_DIR
- include ../../../Makefile
-endif
-
-upload: build
- $(ATREUS_UPLOAD_COMMAND)
-