KeyboardLayout is a Nerves Keyboard library for defining a layout of keys and LEDs.
See config/config.exs for an example of how to define
a layout.
The package can be installed by adding keyboard_layout to your list of
dependencies in mix.exs:
def deps do
[
{:keyboard_layout, "~> 0.1"}
]
endThis library is licensed under the MIT license