diff options
author | Alabastard-64 <96358682+Alabastard-64@users.noreply.github.com> | 2022-09-24 00:43:55 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-23 23:43:55 -0700 |
commit | 7c1797f52f74c9614615c0632ea1a2f5f11d3af6 (patch) | |
tree | e51c5c6f2d4019bd0b5a0ac6ad7199c35872899c /quantum/pointing_device/pointing_device.h | |
parent | 2318ae0433e92f773ea02bcb803de883379d98be (diff) |
[Core] Pointing Device Automatic Mouse Layer (#17962)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
Diffstat (limited to 'quantum/pointing_device/pointing_device.h')
-rw-r--r-- | quantum/pointing_device/pointing_device.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/quantum/pointing_device/pointing_device.h b/quantum/pointing_device/pointing_device.h index 77db5471ea..a002bd4b25 100644 --- a/quantum/pointing_device/pointing_device.h +++ b/quantum/pointing_device/pointing_device.h @@ -21,6 +21,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "host.h" #include "report.h" +#ifdef POINTING_DEVICE_AUTO_MOUSE_ENABLE +# include "pointing_device_auto_mouse.h" +#endif + #if defined(POINTING_DEVICE_DRIVER_adns5050) # include "drivers/sensors/adns5050.h" #elif defined(POINTING_DEVICE_DRIVER_adns9800) |