aboutsummaryrefslogtreecommitdiff
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
80AUDIO_ENABLE = no # Audio output on port C6 80AUDIO_ENABLE = no # Audio output on port C6
81RGBLIGHT_ENABLE = yes 81RGBLIGHT_ENABLE = yes
82 82
83ifndef QUANTUM_DIR
84 include ../../../Makefile
85endif
86
87upload: build
88 $(ATREUS_UPLOAD_COMMAND)
89