Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-13 | Add basic secure docs (#17577) | Joel Challis | |
2022-07-02 | Add LED backlight/indicator info to reference_info_json.md (#17010) | Josh Hinnebusch | |
Co-authored-by: Joel Challis <git@zvecr.com> | |||
2022-06-21 | [Docs] clarify inner array of direct pin matrix (#17437) | evils | |
2022-03-07 | Fix in-page links in reference_info_json.md (#16487) | peepeetee | |
2022-01-17 | CLI: Parse USB device version BCD (#14580) | Ryan | |
* CLI: Parse USB device version BCD * Apply suggestions | |||
2021-10-15 | [Docs] Clean up reference_info_json.md (#14806) | Ryan | |
2021-09-12 | Remove width, height and key_count from info.json (#14274) | Ryan | |
2021-07-29 | Remove references to info.json `width` and `height` in CLI (#13728) | Ryan | |
2021-01-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-01-30 | [Docs] Use HTTPS for images and links where possible (#11695) | Ryan | |
2021-01-09 | Use the schema to eliminate custom code (#11108) | Zach White | |
* use the schema to eliminate custom code * Update docs/reference_info_json.md Co-authored-by: Ryan <fauxpark@gmail.com> * make flake8 happy * bugfix * do not overwrite make vars from json Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2020-12-30 | Configure keyboard matrix from info.json (#10817) | Zach White | |
* 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> | |||
2020-10-03 | Mark 'key_count' as optional within info.json docs (#10513) | George Mao | |
* Update reference_info_json.md key_count is now an optional field because it is better to get the keycount by counting the elements in the layout array. * Updated Japanese documentation as well | |||
2019-02-08 | Add label to the info.json reference | skullY | |
2019-02-08 | fix the case for some elements | skullY | |
2019-02-08 | Update docs/reference_info_json.md | noroadsleft | |
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com> | |||
2019-02-08 | Address comments in #4832. Move info.json reference to its own file. | skullY | |