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:
@@ -1,4 +1,8 @@
|
||||
{
|
||||
"manufacturer": "Clueboard",
|
||||
"maintainer": "skullydazed"
|
||||
"maintainer": "skullydazed",
|
||||
"usb": {
|
||||
"device_ver": "0x0001",
|
||||
"vid": "0xC1ED"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user