summaryrefslogtreecommitdiff
path: root/keyboards/atreus/Makefile
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-07-06 23:44:22 -0400
committerGitHub <noreply@github.com>2016-07-06 23:44:22 -0400
commit21e443101f4873a813d33e50486d4e9591e89f4e (patch)
treed06043ac6fe7003ba2e9d7c3ea30378b6a51c3d5 /keyboards/atreus/Makefile
parent5baaf871bbdd6667625860b0daef7fe9a91e08db (diff)
parenta4bf46f9b1d0a0be0cecb2cd0f0d941aa7c71bd3 (diff)
Merge pull request #484 from jackhumbert/lets-split-support
Add Let's Split support
Diffstat (limited to 'keyboards/atreus/Makefile')
-rw-r--r--keyboards/atreus/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/atreus/Makefile b/keyboards/atreus/Makefile
index 72b694faac..95ee1d4d7b 100644
--- a/keyboards/atreus/Makefile
+++ b/keyboards/atreus/Makefile
@@ -5,6 +5,7 @@ ifdef TEENSY2
ATRUES_UPLOAD_COMMAND = teensy_loader_cli -w -mmcu=$(MCU) $(TARGET).hex
else
OPT_DEFS += -DATREUS_ASTAR
+ OPT_DEFS += -DCATERINA_BOOTLOADER
ATRUES_UPLOAD_COMMAND = while [ ! -r $(USB) ]; do sleep 1; done; \
avrdude -p $(MCU) -c avr109 -U flash:w:$(TARGET).hex -P $(USB)
endif