README.md
# KeyboardLayout
[](https://github.com/nerves-keyboard/keyboard_layout/actions)
[](https://codecov.io/gh/nerves-keyboard/keyboard_layout)
[](https://hex.pm/packages/keyboard_layout)
[](LICENSE.md)
KeyboardLayout is a Nerves Keyboard library for defining a layout of keys and
LEDs.
See [`config/config.exs`](./config/config.exs) for an example of how to define
a layout.
## Installation
The package can be installed by adding `keyboard_layout` to your list of
dependencies in `mix.exs`:
```elixir
def deps do
[
{:keyboard_layout, "~> 0.1"}
]
end
```
## License
This library is licensed under the [MIT license](./LICENSE.md)