Add usage in README

This commit is contained in:
Daniel_I_Am 2022-05-03 23:09:26 +02:00
parent e0624375af
commit 7ad7f5c1de

8
README.md Normal file
View File

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