Archived
1
0

Updating README

This commit is contained in:
Jacob Alexander 2015-02-28 22:23:14 -08:00
parent 4adb8a1386
commit 431b17ca4f

View File

@ -22,7 +22,7 @@ kll.py <kll files>
### Kiibohd Controller Usage ### Kiibohd Controller Usage
```bash ```bash
kll.py <basemap kll files> --default <default layer kll files> --partial <partial layer 1 kll files> --partial <partial layer 2 kll files> --backend kiibohd --template templates/kiibohdKeymap.h --output generatedKeymap.h --defines-template templates/kiibohdDefs.h --defines-output kll_defs.h kll.py <basemap kll files> --default <default layer kll files> --partial <partial layer 1 kll files> --partial <partial layer 2 kll files> --backend kiibohd --templates templates/kiibohdKeymap.h templates/kiibohdDefs.h --outputs generatedKeymap.h kll_defs.h
``` ```
See `kll.py --help` for the most up to date documentation See `kll.py --help` for the most up to date documentation