changeset 35:b0a3c0d44fe9

Updating README
author Jacob Alexander <haata@kiibohd.com>
date Sat, 28 Feb 2015 22:23:14 -0800
parents 60615372e8fb
children 8ab422c330f7
files README.markdown
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README.markdown	Wed Feb 25 23:51:49 2015 -0800
+++ b/README.markdown	Sat Feb 28 22:23:14 2015 -0800
@@ -22,7 +22,7 @@
 ### Kiibohd Controller Usage
 
 ```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