defmodule AFK do @moduledoc """ A library for modeling the internal state of a computer keyboard. See `AFK.Keycode` and `AFK.Keymap` to learn how to create keymaps with layers. Then see `AFK.State` to see how to initialize and manipulate the state. """ end