summaryrefslogtreecommitdiffstats
path: root/quantum/process_keycode/process_haptic.c
Commit message (Collapse)AuthorAgeFilesLines
* Align haptic feedback keycode names (#18964)Joel Challis2022-11-071-13/+13
|
* Rip out old macro and action_function system (#16025)Ryan2022-01-241-3/+0
| | | | | | | * Rip out old macro and action_function system * Update quantum/action_util.c Co-authored-by: Joel Challis <git@zvecr.com>
* Basic keycode overhaul (#14726)Ryan2021-11-031-13/+13
|
* haptic: Feature to disable it when usb port is not configured or suspended. ↵Purdea Andrei2021-11-021-1/+2
| | | | | | | (#12692) This also add support for specifying a LED pin to indicate haptic status, and also adds support for a haptic-enable pin, which is useful to turn off the boost converter on the solenoid driver.
* Add LM() keys to the list of keys disabled by NO_HAPTIC_MOD (#14181)Purdea Andrei2021-10-031-0/+1
|
* [Bug] Fix build error when enabling NO_HAPTIC_MOD (#14178)Purdea Andrei2021-08-301-0/+1
| | | | | Without this build would fail, if a keyboard had haptic feedback enabled, TAPPING_TOGGLE was not overridden in a config.h, and if NO_HAPTIC_MOD was defined in config.h.
* Haptic: driver-> feature (#13713)Joel Challis2021-07-251-0/+147