satan-gh60

Configuration for my GH60 mechanical keyboard.
git clone https://noxz.tech/git/satan-gh60.git
Log | Files | README | LICENSE

commit: b719965f8d43729adb11bcc3c0d03b6419a7c855
parent: 27201acccf48a05df10aef61d2d1ade8022fad03
author: Chris Noxz <chris@noxz.tech>
date:   Wed, 23 Jan 2019 07:42:00 +0100
My OCD senses are tingling: missing symbol in Makefile
MMakefile2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -25,7 +25,7 @@ flash: all
 		sudo ./reflash.sh "$(QMK_REPO)/.build/satan_custom.hex"'
 
 clean:
-	@echo cleaning installation directory...
+	@echo [*] cleaning installation directory...
 	@[ -d "$(INSTALL_DIR)" ] && rm -r "$(INSTALL_DIR)"
 	@echo