ahtn / keyplus

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

Allow build system to use layout files when compiling firmware #13

Closed ahtn closed 6 years ago

ahtn commented 7 years ago

Currently when building the firmware it can only include settings defined in the source code. It would be much more convinent to build the firmware with a layout file "pre-loaded" into the target hex file. This should easily be done with a python script.

ahtn commented 6 years ago

Commit 7aa334e272ce0eef9bfb92c536c3f68d6a5b5277 adds this feature