aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/haptic.h
Commit message (Collapse)AuthorAgeFilesLines
* Add `compiler_support.h` (#25274)Pablo Martínez2025-05-221-1/+3
|
* Non-volatile memory data repository pattern (#24356)Nick Brassel2025-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First batch of eeconfig conversions. * Offset and length for datablocks. * `via`, `dynamic_keymap`. * Fix filename. * Commentary. * wilba leds * satisfaction75 * satisfaction75 * more keyboard whack-a-mole * satisfaction75 * omnikeyish * more whack-a-mole * `generic_features.mk` to automatically pick up nvm repositories * thievery * deferred variable resolve * whitespace * convert api to structs/unions * convert api to structs/unions * convert api to structs/unions * fixups * code-side docs * code size fix * rollback * nvm_xxxxx_erase * Updated location of eeconfig magic numbers so non-EEPROM nvm drivers can use them too. * Fixup build. * Fixup compilation error with encoders. * Build fixes. * Add `via_ci` keymap to onekey to exercise VIA bindings (and thus dynamic keymap et.al.), fixup compilation errors based on preprocessor+sizeof. * Build failure rectification.
* Update GPIO macro usages in core (#23093)Ryan2024-02-181-8/+8
|
* haptic: naming cleanups (#21551)Ryan2023-07-211-4/+5
|
* [Bug] Realign and size check EECONFIG structures (#20541)Drashna Jaelre2023-05-081-2/+4
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* haptic: Feature to disable it when usb port is not configured or suspended. ↵Purdea Andrei2021-11-021-0/+27
| | | | | | | (#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.
* Haptic: driver-> feature (#13713)Joel Challis2021-07-261-0/+77