summaryrefslogtreecommitdiff
path: root/quantum/haptic.h
AgeCommit message (Collapse)AuthorFilesLines
2025-05-22Add `compiler_support.h` (#25274)Pablo Martínez1-1/+3
2025-03-21Non-volatile memory data repository pattern (#24356)Nick Brassel1-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.
2024-02-18Update GPIO macro usages in core (#23093)Ryan1-8/+8
2023-07-21haptic: naming cleanups (#21551)Ryan1-4/+5
2023-05-08[Bug] Realign and size check EECONFIG structures (#20541)Drashna Jaelre1-2/+4
Co-authored-by: Nick Brassel <nick@tzarc.org>
2021-11-02haptic: Feature to disable it when usb port is not configured or suspended. ↵Purdea Andrei1-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.
2021-07-25Haptic: driver-> feature (#13713)Joel Challis1-0/+77