summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/ms_sculpt_mobile
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-09-10 03:36:14 +0000
committerQMK Bot <hello@qmk.fm>2021-09-10 03:36:14 +0000
commite6ff638abf7f400c4e153c69dcb5da0232ba424d (patch)
treece417777585b3f7787b2c509fcc280495315cac2 /keyboards/handwired/ms_sculpt_mobile
parent504c00c2e14ca4eb0c033063e434323ad81c1b16 (diff)
parent7eea780a7da2d9197b78b62b7294a6b2bc2fa572 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/ms_sculpt_mobile')
-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