Configure keyboard matrix from info.json (#10817)
* Make parameters from info.json available to the build system * move all clueboard settings to info.json * code formatting * make flake8 happy * make flake8 happy * make qmk lint happy * Add support for specifying led indicators in json * move led indicators to the clueboard info.json * Apply suggestions from code review Co-authored-by: Erovia <Erovia@users.noreply.github.com> * add missing docstring Co-authored-by: Erovia <Erovia@users.noreply.github.com>
This commit is contained in:
parent
f231f24dda
commit
47b9b11009
79 changed files with 4791 additions and 3901 deletions
|
@ -1,3 +1,7 @@
|
|||
from . import api
|
||||
from . import config_h
|
||||
from . import docs
|
||||
from . import info_json
|
||||
from . import layouts
|
||||
from . import rgb_breathe_table
|
||||
from . import rules_mk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue