summaryrefslogtreecommitdiff
path: root/data/mappings/info_config.hjson
AgeCommit message (Collapse)Author
2024-02-17Removal of bootmagic lite terminology (#22979)Joel Challis
2024-01-06Generate true/false for _DEFAULT_ON options (#22829)Joel Challis
2023-12-24Remove redundant audio eeconfig init (#22736)Joel Challis
2023-12-20Rename `RGB_DISABLE_WHEN_USB_SUSPENDED` -> `RGB_MATRIX_SLEEP` (#22682)Ryan
2023-12-20Rename `LED_DISABLE_WHEN_USB_SUSPENDED` -> `LED_MATRIX_SLEEP` (#22681)Ryan
2023-12-12Rename `RGBLED_NUM` -> `RGBLIGHT_LED_COUNT` (#22570)Ryan
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-28Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-10-28Flag more VIAL config options in lint (#22345)Joel Challis
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-09-27More data driven RGB/LED Matrix config (#21939)Joel Challis
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-27Add *_MATRIX_LED_COUNT generation (#21110)Joel Challis
2023-08-25Remove `led_matrix.hue_steps` and `led_matrix.sat_steps` from schema (#21827)Joel Challis
2023-06-14Move `RGBLIGHT_LED_MAP` to data driven (#21095)Ryan
2023-06-02Revert "Add *_MATRIX_LED_COUNT generation/validation (#19515)" (#21109)Joel Challis
This reverts commit 25c16b3adeb15466d75691162763ce062b2c6e64.
2023-06-02Add *_MATRIX_LED_COUNT generation/validation (#19515)Joel Challis
* Add *_MATRIX_LED_COUNT parsing/validation * Disable parsing for now * Disable complexity check
2023-05-15Keymap introspection for combos. (#19670)Nick Brassel
2023-05-09Organise config/rules <-> info mappings (#20723)Ryan
2023-04-06Migrate `rgblight.pin` and `RGB_DI_PIN` to `ws2812.pin` (#20303)Ryan
2023-04-04[Core] Caps Word "Invert on shift" option: pressing Shift inverts the ↵Pascal Getreuer
shift state. (#20092) Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-04-03Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition
2023-03-30WS2812 driver improvements (#20262)Ryan
2023-03-20Clean up APA102 config and add DD mapping (#20159)Ryan
2023-02-26Move backlight config to data driven (#19910)Ryan
2022-12-13Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of ↵precondition
HOLD_ON_OTHER_KEY_PRESS_PER_KEY (#15741)
2022-12-12[Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007)Albert Y
* 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>
2022-12-09Core: Support inverted scan logic for optical switches (#19053)dexter93
2022-12-01Remove RGBLIGHT_ANIMATIONS from core (+cleanup) (#19216)Drashna Jaelre
2022-11-30DD bootmagic config (#19201)Joel Challis
* DD bootmagic config * Also enable * docs
2022-11-282022 Nov 26 changelog. (#19164)Nick Brassel
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-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