ahtn / keyplus

An easy to use, wired and wireless modular keyboard firmware
MIT License
246 stars 40 forks source link

Clean up flasher code #43

Open ahtn opened 6 years ago

ahtn commented 6 years ago

Recently I rewrote most of the python API for controlling keyboards, but have yet to integrate most of the features into the layout flasher. There's a lot of code left over from the old system that needs to be removed.

Also, the GUI code was hacked together as I added features so the code has become quite messy and needs to be cleaned up. Should try to aim to break it up into separate files and make it reusable in a GUI editor in the future.