diff options
| author | Zach DeCook <zachdecook@librem.one> | 2022-07-11 19:31:56 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2022-07-11 19:31:56 -0400 |
| commit | a3d6aca62a628ceca4cd8499edb49452c0de6851 (patch) | |
| tree | a4ca0d039ad80efc8fca162d0b8eb974328f0132 /Makefile | |
| parent | 0b7c6656e8f027fd3e86d0a09e41781172d588b3 (diff) | |
| download | HexBoard-a3d6aca62a628ceca4cd8499edb49452c0de6851.tar.gz | |
LEDS: Add FastLED and enable behaviors for the octave switches
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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." |
