Skip to content

Functions for using and defining keyboard layouts with keys and LEDs

License

Notifications You must be signed in to change notification settings

nerves-keyboard/keyboard_layout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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