nerves-keyboard / xebow

Firmware for the Keybow written in Elixir
40 stars 10 forks source link

Change layout Key and LED float types to number #87

Closed amclain closed 4 years ago

amclain commented 4 years ago

Resolves #82.

This PR fixes the dialyzer error that was happening with the Layout.t typespec. I've updated the typing of float in Key.t and LED.t to number to accommodate integers as well.