KLL Compiler
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Repozitorijs ir arhivēts. Tam var aplūkot failus un to var klonēt, bet nevar iesūtīt jaunas izmaiņas, kā arī atvērt jaunas problēmas/izmaiņu pieprasījumus.

pirms 7 gadiem
pirms 9 gadiem
pirms 9 gadiem
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 <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