aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2022-11-20 01:35:41 +0100
committerLouis Burda <quent.burda@gmail.com>2022-11-20 01:35:53 +0100
commit5c2cb697aa8d03eed27b45f8dc67957c45a3d722 (patch)
tree056e08b0e4d4aa0d6f65f84043beb151d6c6245f /Makefile
parent12a423434352af137bda357001ac824aa23fdf77 (diff)
downloadsxkbd-5c2cb697aa8d03eed27b45f8dc67957c45a3d722.tar.gz
sxkbd-5c2cb697aa8d03eed27b45f8dc67957c45a3d722.zip
Onboard neopixel led support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9165390..a47ee7d 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ lib/picosdk:
.build:
mkdir $@
-upload:
+flash:
picotool load .build/sxkbd.uf2
.PHONY: all clean cmake upload