aboutsummaryrefslogtreecommitdiffstats
path: root/data/mappings/info_config.hjson
Commit message (Collapse)AuthorAgeFilesLines
* Rename `RGBLED_NUM` -> `RGBLIGHT_LED_COUNT` (#22570)Ryan2023-12-121-1/+1
|
* Implement data driven lighting defaults (#21825)Joel Challis2023-11-011-0/+16
|
* Add dd mapping for hardware based split handedness (#22369)Joel Challis2023-11-011-0/+2
|
* Implement data driven dip switches (#22017)Joel Challis2023-10-291-0/+4
| | | | | * Add data driven dip switches * Autogen weak matrix_mask
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-10-281-0/+5
|\
| * Flag more VIAL config options in lint (#22345)Joel Challis2023-10-281-0/+5
| |
* | Add DD mappings for locking switch (#22242)jack2023-10-251-0/+4
| | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Support additional split sync items for info.json (#22193)Joel Challis2023-10-211-2/+10
| |
* | More data driven RGB/LED Matrix config (#21939)Joel Challis2023-09-271-0/+8
| |
* | Implement data driven wear leveling (#21906)Joel Challis2023-09-051-0/+4
|/ | | | | | | | | | | | | | | | | | | | | | * 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>
* Add *_MATRIX_LED_COUNT generation (#21110)Joel Challis2023-08-271-0/+2
|
* Remove `led_matrix.hue_steps` and `led_matrix.sat_steps` from schema (#21827)Joel Challis2023-08-251-2/+0
|
* Move `RGBLIGHT_LED_MAP` to data driven (#21095)Ryan2023-06-141-0/+1
|
* Revert "Add *_MATRIX_LED_COUNT generation/validation (#19515)" (#21109)Joel Challis2023-06-021-2/+0
| | | This reverts commit 25c16b3adeb15466d75691162763ce062b2c6e64.
* Add *_MATRIX_LED_COUNT generation/validation (#19515)Joel Challis2023-06-021-0/+2
| | | | | | | * Add *_MATRIX_LED_COUNT parsing/validation * Disable parsing for now * Disable complexity check
* Keymap introspection for combos. (#19670)Nick Brassel2023-05-151-2/+2
|
* Organise config/rules <-> info mappings (#20723)Ryan2023-05-091-50/+95
|
* Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan2023-04-061-1/+2
|
* [Core] Caps Word "Invert on shift" option: pressing Shift inverts the ↵Pascal Getreuer2023-04-041-0/+1
| | | | | | shift state. (#20092) Co-authored-by: Nick Brassel <nick@tzarc.org>
* Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2023-04-031-1/+1
|
* WS2812 driver improvements (#20262)Ryan2023-03-301-0/+2
|
* Clean up APA102 config and add DD mapping (#20159)Ryan2023-03-191-0/+3
|
* Move backlight config to data driven (#19910)Ryan2023-02-251-0/+1
|
* Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of ↵precondition2022-12-131-2/+2
| | | | HOLD_ON_OTHER_KEY_PRESS_PER_KEY (#15741)
* [Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)Albert Y2022-12-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * Replace Tapping Force Hold feature with Quick Tap Term * Replace keyboard level TAPPING_FORCE_HOLD with QUICK_TAP_TERM 0 * Deprecate force hold in info_config.json * Before and after quick tap term unit tests * Quick tap unit tests iteration * Keymap config.h correction * Remove TAPPING_FORCE_HOLD_PER_KEY macros that were missed * Add two more test cases for quick tap * Replace TAPPING_FORCE_HOLD with QUICK_TAP_TERM in configs #2 * Replace TAPPING_FORCE_HOLD_PER_KEY with QUICK_TAP_TERM_PER_KEY in configs #2 * Add function declaration for get_quick_tap_term Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
* Core: Support inverted scan logic for optical switches (#19053)dexter932022-12-081-0/+1
|
* Remove RGBLIGHT_ANIMATIONS from core (+cleanup) (#19216)Drashna Jaelre2022-12-011-1/+1
|
* DD bootmagic config (#19201)Joel Challis2022-11-301-0/+4
| | | | | | | * DD bootmagic config * Also enable * docs
* 2022 Nov 26 changelog. (#19164)Nick Brassel2022-11-271-6/+8
| | | | Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Ryan <fauxpark@gmail.com>
* Additional DD backlight config (#19124)Joel Challis2022-11-231-0/+2
| | | | | * Additional dd backlight config * Update docs
* Revert "Add pointing device support to data driven config (#18215)" (#19063)Drashna Jaelre2022-11-151-18/+0
|
* Add pointing device support to data driven config (#18215)Drashna Jaelre2022-11-131-0/+18
| | | Co-authored-by: Joel Challis <git@zvecr.com>
* Format DD mappings and schemas (#18924)Ryan2022-11-081-0/+130