summaryrefslogtreecommitdiff
path: root/data/mappings/info_rules.hjson
AgeCommit message (Collapse)Author
2023-10-29Implement data driven dip switches (#22017)Joel Challis
* Add data driven dip switches * Autogen weak matrix_mask
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-15rgblight: driver selection cleanups (#21558)Ryan
2023-05-09Organise config/rules <-> info mappings (#20723)Ryan
2023-04-02Allow EEPROM_DRIVER from info.json (#20313)Joel Challis
2023-03-26Move `WS2812_DRIVER` to data driven (#20248)Ryan
2023-02-26Move backlight config to data driven (#19910)Ryan
2023-01-19De-duplicate platform detection (#19603)Joel Challis
2023-01-11Revert "De-duplicate platform detection (#19545)" (#19564)Joel Challis
This reverts commit e11235ee14f9cd3fc45b836eec99ed312cb137dd.
2023-01-11De-duplicate platform detection (#19545)Joel Challis
2022-11-30DD bootmagic config (#19201)Joel Challis
* DD bootmagic config * Also enable * docs
2022-11-15Revert "Add pointing device support to data driven config (#18215)" (#19063)Drashna Jaelre
2022-11-14Add pointing device support to data driven config (#18215)Drashna Jaelre
Co-authored-by: Joel Challis <git@zvecr.com>
2022-11-08Format DD mappings and schemas (#18924)Ryan