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 866B

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