diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |