massdrop-shift-qmk-compiler/README.md
2022-05-03 23:09:26 +02:00

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