~ruther/qmk_firmware

ref: cd1d1d80bb59fe3a43834d1d3804b5f8a42b9062 qmk_firmware/docs d---------
Remove useless line continuations (#19399)

430b5514 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
70f67ca9 — Joel Challis 3 years ago
Update breaking changes year... (#19409)

2e36bde6 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
11ae1418 — Alexander Franco 3 years ago
Fix description for selectively disabling animations (#19374)

e3a34d60 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
79d083c6 — Leo Deng 3 years ago
[Docs] Update feature_joystick.md (#19347)

c6d0aa6a — Albert Y 3 years ago
Add change log for quick tap term (#19341)

Tap Dance: remove `qk_` prefix (#19313)

e2ab98f9 — QMK Bot 3 years ago
Merge remote-tracking branch 'origin/master' into develop
99174edf — Pablo Martínez 3 years ago
[Docs] Remove broken link (#19321)

1124bbc1 — Joel Challis 3 years ago
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)

515dd18c — precondition 3 years ago
Remove IGNORE_MOD_TAP_INTERRUPT_PER_KEY in favour of HOLD_ON_OTHER_KEY_PRESS_PER_KEY (#15741)

102f22f7 — jpe230 3 years ago
[Core] Quantum Painter - LVGL Integration (#18499)

Co-authored-by: Nick Brassel <nick@tzarc.org>
cbabc8db — Albert Y 3 years ago
[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>
9dc3f791 — Stefan Kerkmann 3 years ago
[RP2040] update i2c drivers to reflect peripheral number (#19277)

d9cba6e9 — Pablo Martínez 3 years ago
Add `*_RIGHT` configuration for PMW33XX driver (#19243)

6133b08e — Joel Challis 3 years ago
Rework input_pressed_state docs (#19267)

* Revert changes to porting

* Update reference_info_json.md
Next