nerves-keyboard / keyboard_layout

Functions for using and defining keyboard layouts with keys and LEDs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KeyboardLayout

CI Status codecov Hex.pm Version License

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.

Installation

The package can be installed by adding keyboard_layout to your list of dependencies in mix.exs:

def deps do
  [
    {:keyboard_layout, "~> 0.1"}
  ]
end

License

This library is licensed under the MIT license

About

Functions for using and defining keyboard layouts with keys and LEDs

License:MIT License


Languages

Language:Elixir 100.0%