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 +```