aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index de05a90..ec992ae 100644
--- a/Makefile
+++ b/Makefile
@@ -32,3 +32,8 @@ AVRDUDE_CONF = /etc/avrdude.conf
#MONITOR_PORT = $(firstword $(wildcard /dev/serial/by-id/usb-keyboardio_Model_01_*))
include $(ARDMK_DIR)/Arduino.mk
+
+apply-colormap: ./src/palette ./src/colormap.map
+ DEVICE=$(DEVICE_PATH) ./tools/apply-colormap $^
+
+.PHONY: apply-colormap