diff options
Diffstat (limited to 'keyboards/handwired/traveller/rules.mk')
-rw-r--r-- | keyboards/handwired/traveller/rules.mk | 7 |
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 | |||
80 | AUDIO_ENABLE = no # Audio output on port C6 | 80 | AUDIO_ENABLE = no # Audio output on port C6 |
81 | RGBLIGHT_ENABLE = yes | 81 | RGBLIGHT_ENABLE = yes |
82 | 82 | ||
83 | ifndef QUANTUM_DIR | ||
84 | include ../../../Makefile | ||
85 | endif | ||
86 | |||
87 | upload: build | ||
88 | $(ATREUS_UPLOAD_COMMAND) | ||
89 | |||