summaryrefslogtreecommitdiff
path: root/keyboards/handwired/ms_sculpt_mobile/rules.mk
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-09-10 13:35:46 +1000
committerGitHub <noreply@github.com>2021-09-10 13:35:46 +1000
commit7eea780a7da2d9197b78b62b7294a6b2bc2fa572 (patch)
tree672fb14cfa865792c1147feabf8d0e63c416d513 /keyboards/handwired/ms_sculpt_mobile/rules.mk
parent2cb9219a3e655218f5380a41cf5bc5e3135caaa1 (diff)
Remove bootloader listings from rules.mk (#14330)
Diffstat (limited to 'keyboards/handwired/ms_sculpt_mobile/rules.mk')
-rw-r--r--keyboards/handwired/ms_sculpt_mobile/rules.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/handwired/ms_sculpt_mobile/rules.mk b/keyboards/handwired/ms_sculpt_mobile/rules.mk
index b9fea8336f..4f22e86d1a 100644
--- a/keyboards/handwired/ms_sculpt_mobile/rules.mk
+++ b/keyboards/handwired/ms_sculpt_mobile/rules.mk
@@ -1,21 +1,11 @@
ifdef ASTAR
MCU = atmega32u4
CFLAGS = -D ASTAR
- USB = /dev/cu.usbmodem14141
- SCULPT_UPLOAD_COMMAND = while [ ! -r $(USB) ]; do sleep 1; done ; avrdude -p $(MCU) -c avr109 -U flash:w:$(TARGET).hex -P $(USB)
else
MCU = at90usb1286
- SCULPT_UPLOAD_COMMAND = teensy_loader_cli -w -mmcu=$(MCU) $(TARGET).hex
endif
# Bootloader selection
-# Teensy halfkay
-# Pro Micro caterina
-# Atmel DFU atmel-dfu
-# LUFA DFU lufa-dfu
-# QMK DFU qmk-dfu
-# ATmega32A bootloadHID
-# ATmega328P USBasp
ifdef ASTAR
BOOTLOADER = caterina
else