X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=README.markdown;h=3b732ca6a7c47e170dc0c3421081dcc748cc0a3b;hb=refs%2Fheads%2Fdonlayout;hp=a07c2c08b64d10f6458bb7dddd8a1dded2681d45;hpb=ef4686292d8ae2c8d1985f8f7513ff7321ce0add;p=kiibohd-kll.git diff --git a/README.markdown b/README.markdown index a07c2c0..3b732ca 100644 --- a/README.markdown +++ b/README.markdown @@ -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/) @@ -14,11 +13,15 @@ Usage ----- ### General Usage -```kll.py + +```bash +kll.py ``` ### Kiibohd Controller Usage -```kll.py --default --partial --partial --backend kiibohd --template templates/kiibohdKeymap.h --output generatedKeymap.h --defines-template templates/kiibohdDefs.h --defines-output kll_defs.h + +```bash +kll.py --default --partial --partial --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