From a3d6aca62a628ceca4cd8499edb49452c0de6851 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Mon, 11 Jul 2022 19:31:56 -0400 Subject: LEDS: Add FastLED and enable behaviors for the octave switches --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d6eb6c3..11efd6c 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,6 @@ build/HexBoard_V1.ino.hex: HexBoard_V1.ino arduino-cli compile -b teensy:avr:teensyLC --board-options usb=midi --output-dir build install: build/HexBoard_V1.ino.hex + echo "Waiting to install, maybe press program-mode button?" teensy_loader_cli -w --mcu=TEENSYLC build/HexBoard_V1.ino.hex + echo "Installed." -- cgit 1.4.1