diff options
| author | Joel Challis <git@zvecr.com> | 2021-07-26 03:14:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-25 19:14:58 -0700 |
| commit | f945c352e7db3fedb16c90f9f176b3df6e0b62ae (patch) | |
| tree | 8b2cd252ad036b5199603c9c755c01be5cb326a2 /quantum/quantum.h | |
| parent | 4bb595f94b5c77e7a961ff69d2b4d9c53a9094fc (diff) | |
| download | qmk_firmware-f945c352e7db3fedb16c90f9f176b3df6e0b62ae.tar.gz qmk_firmware-f945c352e7db3fedb16c90f9f176b3df6e0b62ae.zip | |
Haptic: driver-> feature (#13713)
Diffstat (limited to 'quantum/quantum.h')
| -rw-r--r-- | quantum/quantum.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 756a5603c..72970a649 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h | |||
| @@ -161,6 +161,7 @@ extern layer_state_t layer_state; | |||
| 161 | 161 | ||
| 162 | #ifdef HAPTIC_ENABLE | 162 | #ifdef HAPTIC_ENABLE |
| 163 | # include "haptic.h" | 163 | # include "haptic.h" |
| 164 | # include "process_haptic.h" | ||
| 164 | #endif | 165 | #endif |
| 165 | 166 | ||
| 166 | #ifdef OLED_DRIVER_ENABLE | 167 | #ifdef OLED_DRIVER_ENABLE |
