9 lines
247 B
Markdown
9 lines
247 B
Markdown
# 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
|
|
```
|