KLL Compiler
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Dieses Repo ist archiviert. Du kannst Dateien sehen und es klonen, kannst aber nicht pushen oder Issues/Pull-Requests öffnen.
Jacob Alexander c1a1e844bb Adding kll file emitter and fixing array position merging vor 7 Jahren
backends Updating KLL to generate _KLL defines for upcoming firmware update vor 8 Jahren
common Adding kll file emitter and fixing array position merging vor 7 Jahren
emitters Adding kll file emitter and fixing array position merging vor 7 Jahren
examples Adding kll file emitter and fixing array position merging vor 7 Jahren
funcparserlib Updating KLL 0.5c lexer vor 7 Jahren
kll_lib KLL Compiler Re-Write vor 7 Jahren
layouts Typo in Programmer's Dvorak vor 7 Jahren
templates Adding kll file emitter and fixing array position merging vor 7 Jahren
tests Adding kll file emitter and fixing array position merging vor 7 Jahren
.gitignore Adding kll file emitter and fixing array position merging vor 7 Jahren
.travis.yml Adding kll file emitter and fixing array position merging vor 7 Jahren
LICENSE Initial commit vor 9 Jahren
README.markdown Updating KLL 0.5c lexer vor 7 Jahren
kll Updating Lexer to KLL 0.5c vor 7 Jahren
kll.py Updating KLL 0.5c lexer vor 7 Jahren

README.markdown

kll - keyboard layout language

Visit our IRC channel

If you’re trying to compile keyboard firmware, you want THIS

KLL Compiler

Most current version of the KLL Spec.

Uses funcparserlib

Usage

General Usage

kll <kll files>

Kiibohd Controller Usage

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>

See kll --help for the most up to date documentation

Unit Tests

Unit tests can be found in the tests directory. They are run by Travis-CI, but can be useful when testing your own changes.

Remember to add new tests when adding new features/changes.

Patches/Features/Backends

Completely welcome :D