Remove useless line continuations (#19399)
Merge remote-tracking branch 'origin/master' into develop
Update breaking changes year... (#19409)
Merge remote-tracking branch 'origin/master' into develop
Fix description for selectively disabling animations (#19374)
Merge remote-tracking branch 'origin/master' into develop
[Docs] Update feature_joystick.md (#19347)
Add change log for quick tap term (#19341)
Tap Dance: remove `qk_` prefix (#19313)
Merge remote-tracking branch 'origin/master' into develop
[Docs] Remove broken link (#19321)
Remove deprecated led_set_kb (#19273) * Remove led_set_kb maintaining existing led_set_user behaviour * Also call led_set_user
Leader: remove `qk_` prefix (#19304)
UCIS: remove `qk_` prefix (#19302)
Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of HOLD_ON_OTHER_KEY_PRESS_PER_KEY (#15741)
[Core] Quantum Painter - LVGL Integration (#18499) Co-authored-by: Nick Brassel <nick@tzarc.org>
[Core] Replace Tapping Force Hold feature with Quick Tap Term (#17007) * 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>
[RP2040] update i2c drivers to reflect peripheral number (#19277)
Add `*_RIGHT` configuration for PMW33XX driver (#19243)
Rework input_pressed_state docs (#19267) * Revert changes to porting * Update reference_info_json.md