From 037680650f6b8908482e97b656da9a9c6615e255 Mon Sep 17 00:00:00 2001 From: Adam Engstrom Date: Tue, 18 Oct 2016 21:55:06 +0200 Subject: [PATCH] Small update to the README Not sure how easy the github.io page is to find.. --- README.org | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 4e925a7..d8cf3f3 100644 --- a/README.org +++ b/README.org @@ -1,12 +1,16 @@ * Novatools This is a collection of tools for reading, patching and flashing the Novatouch TKL firmware. + +See also [vekkt0r.github.io][1] for some more info about Novatouch keyboard reversing. + +[1]:http://vekkt0r.github.io/articles/novatouch-tkl-reverse-engineering-part-1/ ** Disclaimer This is just a quick hack that has only been tested by me. It is very dependant on a specific version of the firmware and if your keyboard has another firmware things will most probably break. The checksum of the original firmware will be checked before patching. If checksum -differs the patching will fail. +differs the patching will abort. It is possible you will brick your keyboard by using these tools.