]> git.donarmstrong.com Git - kiibohd-kll.git/blobdiff - README.markdown
Updating url
[kiibohd-kll.git] / README.markdown
index 8a4322e1acd5026616dee6bc2887abfced1fafab..3b732ca6a7c47e170dc0c3421081dcc748cc0a3b 100644 (file)
@@ -4,8 +4,7 @@ kll - keyboard layout language
 KLL Compiler
 ------------
 
-Most current version of the [KLL Spec](https://www.writelatex.com/read/zzqbdwqjfwwf).
-Or visit [kiibohd.com](http://kiibohd.com)
+Most current version of the [KLL Spec](http://input.club/kll).
 
 Uses [funcparserlib](https://code.google.com/p/funcparserlib/)
 
@@ -22,7 +21,7 @@ kll.py <kll files>
 ### 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