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 1.2KB

7 年之前
9 年之前
9 年之前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. kll - keyboard layout language
  2. ==============================
  3. [![https://travis-ci.org/kiibohd/kll](https://travis-ci.org/kiibohd/kll.svg?branch=master)](https://travis-ci.org/kiibohd/kll)
  4. [![Visit our IRC channel](https://kiwiirc.com/buttons/irc.freenode.net/input.club.png)](https://kiwiirc.com/client/irc.freenode.net/#input.club)
  5. ## If you're trying to compile keyboard firmware, you want [THIS](https://github.com/kiibohd/controller/)
  6. KLL Compiler
  7. ------------
  8. Most current version of the [KLL Spec](https://github.com/kiibohd/kll-spec).
  9. Uses [funcparserlib](https://code.google.com/p/funcparserlib/)
  10. Usage
  11. -----
  12. ### General Usage
  13. ```bash
  14. kll <kll files>
  15. ```
  16. ### Kiibohd Controller Usage
  17. ```bash
  18. kll.py <misc kll files> --config <config/capability kll files> --base <basemap kll files) --default <default layer kll files> --partial <partial layer 1 kll files> --partial <partial layer 2 kll files>
  19. ```
  20. See `kll --help` for the most up to date documentation
  21. Unit Tests
  22. ----------
  23. Unit tests can be found in the [tests](tests) directory.
  24. They are run by Travis-CI, but can be useful when testing your own changes.
  25. Remember to add new tests when adding new features/changes.
  26. Patches/Features/Backends
  27. -------------------------
  28. Completely welcome :D