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

9 years ago
9 years ago
9 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142
  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. ```bash
  12. kll.py <kll files>
  13. ```
  14. ### Kiibohd Controller Usage
  15. ```bash
  16. 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
  17. ```
  18. See `kll.py --help` for the most up to date documentation
  19. Patches/Features/Backends
  20. -------------------------
  21. Completely welcome :D
  22. Spec Additions/Fixes
  23. --------------------
  24. Contact HaaTa via IRC (#[email protected] or #deskthority).
  25. Or by email -> [email protected]