summaryrefslogtreecommitdiff
path: root/docs/reference_info_json.md
AgeCommit message (Collapse)Author
2023-12-24Remove redundant audio eeconfig init (#22736)Joel Challis
2023-11-20Enable linking of encoders to switch within layout macros (#22264)Joel Challis
2023-11-01Implement data driven lighting defaults (#21825)Joel Challis
2023-11-01Add dd mapping for hardware based split handedness (#22369)Joel Challis
2023-10-29Implement data driven dip switches (#22017)Joel Challis
* Add data driven dip switches * Autogen weak matrix_mask
2023-10-25Add DD mappings for locking switch (#22242)jack
Co-authored-by: Ryan <fauxpark@gmail.com>
2023-10-21Support additional split sync items for info.json (#22193)Joel Challis
2023-10-04Rename CKLED2001 driver to SNLED27351 (#22071)Ryan
2023-10-03is31fl3737/3741: add LED Matrix support (#22163)Ryan
2023-09-27is31fl3733: complete LED Matrix support (#22149)Ryan
2023-09-27is31fl3218: Add LED Matrix support (#22126)Ryan
Co-authored-by: Joel Challis <git@zvecr.com>
2023-09-27is31fl3736: extract single-color API (#22133)Ryan
2023-09-27More data driven RGB/LED Matrix config (#21939)Joel Challis
2023-09-25Update WS2812 docs and add APA102 docs (#22106)Ryan
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-09-17Complete RGB Matrix support for IS31FL3218 (#22004)Ryan
2023-09-13aw20216: driver naming cleanups (#21891)Ryan
2023-09-05Implement data driven wear leveling (#21906)Joel Challis
* DD encoder map, wear leveling * remove encoder map from DD let's avoid the support headache * wear leveling: specify the allowed drivers by name Co-authored-by: Ryan <fauxpark@gmail.com> * Add additional params * Relocate under eeprom * disable parsing --------- Co-authored-by: Dimitris Mantzouranis <d3xter93@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2023-08-26Rework info.json reference (#21324)Ryan
* Rework info.json reference * Apply suggestions from code review Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Update backlight.pins description * Add rgblight.driver and lowercase other driver names * Remove `split.main` and `split.matrix_grid` for now as they are not working yet --------- Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
2023-03-01Remove `all` from list of animations in `info.json` (#19978)Joel Challis
2022-12-08Rework input_pressed_state docs (#19267)Joel Challis
* Revert changes to porting * Update reference_info_json.md
2022-11-30DD bootmagic config (#19201)Joel Challis
* DD bootmagic config * Also enable * docs
2022-11-30Fix headers in info.json reference (#19202)Joel Challis
2022-11-28[Docs] Update reference_info_json.md (#18817)Ndot
* [Docs] Update reference_info_json.md - Makes it easier to find keyboard.jsonschema. - Adds a reference to the Data Driven page. * Update docs/reference_info_json.md Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-11-23Additional DD backlight config (#19124)Joel Challis
* Additional dd backlight config * Update docs
2022-09-29[docs] Improve documentation regarding info.json (#18508)Less/Rikki
* docs: raise info.json awareness * docs: note that DD migration is WIP
2022-09-29Update reference_info_json.md (#18518)Markus Knutsson
* Update reference_info_json.md * Update docs/reference_info_json.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update docs/reference_info_json.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update docs/reference_info_json.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update docs/reference_info_json.md Co-authored-by: Ryan <fauxpark@gmail.com> * Update docs/reference_info_json.md Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
2022-07-13Merge remote-tracking branch 'origin/master' into developzvecr
2022-07-13Add basic secure docs (#17577)Joel Challis
2022-07-02Merge remote-tracking branch 'origin/master' into developQMK Bot
2022-07-02Add LED backlight/indicator info to reference_info_json.md (#17010)Josh Hinnebusch
Co-authored-by: Joel Challis <git@zvecr.com>
2022-06-20Allow encoder config from info.json (#17295)Joel Challis
2022-06-21[Docs] clarify inner array of direct pin matrix (#17437)evils
2022-03-07Fix in-page links in reference_info_json.md (#16487)peepeetee
2022-01-17CLI: 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-12Remove width, height and key_count from info.json (#14274)Ryan
2021-07-29Remove references to info.json `width` and `height` in CLI (#13728)Ryan
2021-01-30Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-01-30[Docs] Use HTTPS for images and links where possible (#11695)Ryan
2021-01-09Use 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-30Configure 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-03Mark '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-08Add label to the info.json referenceskullY
2019-02-08fix the case for some elementsskullY
2019-02-08Update docs/reference_info_json.mdnoroadsleft
Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com>
2019-02-08Address comments in #4832. Move info.json reference to its own file.skullY