nerves-keyboard / xebow

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

Moves the RGBMatrix concerns out of Xebow. #52

Closed doughsay closed 4 years ago

doughsay commented 4 years ago

This is the first step in me trying to integrate my RGBMatrix effects work into Xebow. First, let's move out all RGBMatrix concerns into its own top-level namespace so we don't mix with Xebow concerns. This PR also contains a few module renames and some documentation updates.

doughsay commented 4 years ago

This PR changes no APIs, it just renames files and modules...