Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-20 | Enable linking of encoders to switch within layout macros (#22264) | Joel Challis | |
2023-11-01 | Implement data driven lighting defaults (#21825) | Joel Challis | |
2023-11-01 | Add dd mapping for hardware based split handedness (#22369) | Joel Challis | |
2023-10-29 | Implement data driven dip switches (#22017) | Joel Challis | |
* Add data driven dip switches * Autogen weak matrix_mask | |||
2023-10-25 | Add DD mappings for locking switch (#22242) | jack | |
Co-authored-by: Ryan <fauxpark@gmail.com> | |||
2023-10-21 | Support additional split sync items for info.json (#22193) | Joel Challis | |
2023-10-04 | Rename CKLED2001 driver to SNLED27351 (#22071) | Ryan | |
2023-10-03 | is31fl3737/3741: add LED Matrix support (#22163) | Ryan | |
2023-09-27 | is31fl3733: complete LED Matrix support (#22149) | Ryan | |
2023-09-27 | is31fl3218: Add LED Matrix support (#22126) | Ryan | |
Co-authored-by: Joel Challis <git@zvecr.com> | |||
2023-09-27 | is31fl3736: extract single-color API (#22133) | Ryan | |
2023-09-27 | More data driven RGB/LED Matrix config (#21939) | Joel Challis | |
2023-09-25 | Update WS2812 docs and add APA102 docs (#22106) | Ryan | |
Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
2023-09-17 | Complete RGB Matrix support for IS31FL3218 (#22004) | Ryan | |
2023-09-13 | aw20216: driver naming cleanups (#21891) | Ryan | |
2023-09-05 | Implement 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-26 | Rework 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-01 | Remove `all` from list of animations in `info.json` (#19978) | Joel Challis | |
2022-12-08 | Rework input_pressed_state docs (#19267) | Joel Challis | |
* Revert changes to porting * Update reference_info_json.md | |||
2022-11-30 | DD bootmagic config (#19201) | Joel Challis | |
* DD bootmagic config * Also enable * docs | |||
2022-11-30 | Fix 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-23 | Additional 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-29 | Update 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-13 | Merge remote-tracking branch 'origin/master' into develop | zvecr | |
2022-07-13 | Add basic secure docs (#17577) | Joel Challis | |
2022-07-02 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
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-20 | Allow encoder config from info.json (#17295) | Joel Challis | |
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 | |