From 556f6d19a315775a366755061aa218c6909ca775 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 26 Jun 2019 00:37:20 +0200 Subject: Add script to apply color maps. Once again, credits to algernon for the maps: https://git.madhouse-project.org/algernon/Model01-Sketch/src/branch/master/tools/colormap --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3