KLL Compiler
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

README.markdown 954B

1234567891011121314151617181920212223242526272829303132333435363738
  1. kll - keyboard layout language
  2. ==============================
  3. KLL Compiler
  4. ------------
  5. Most current version of the [KLL Spec](https://www.writelatex.com/read/zzqbdwqjfwwf).
  6. Or visit [kiibohd.com](http://kiibohd.com)
  7. Uses [funcparserlib](https://code.google.com/p/funcparserlib/)
  8. Usage
  9. -----
  10. ### General Usage
  11. ```kll.py <kll files>
  12. ```
  13. ### Kiibohd Controller Usage
  14. ```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
  15. ```
  16. See `kll.py --help` for the most up to date documentation
  17. Patches/Features/Backends
  18. -------------------------
  19. Completely welcome :D
  20. Spec Additions/Fixes
  21. --------------------
  22. Contact HaaTa via IRC (#[email protected] or #deskthority).
  23. Or by email -> [email protected]