From 7ad7f5c1de8b36bac88965e8fd7856694850181c Mon Sep 17 00:00:00 2001 From: Daniel-I-Am Date: Tue, 3 May 2022 23:09:26 +0200 Subject: [PATCH] Add usage in README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..22b8d66 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# MassDrop Shift Keyboard Compiler +This tool bundles all provided tools into a simple Makefile. This compiles and writes the given layout. + +## Usage +To write the layout `my-layout` to the keyboard, run: +```sh +make write WRITE_TARGET=my-layout +```