1
0
Fork 0

[MERGE][Core] Pointing Device Modes (21426)

This commit is contained in:
Drashna Jael're 2024-01-31 14:52:03 -08:00
parent ed6ec8b4f9
commit 1648a63812
Signed by: drashna
GPG key ID: DBA1FD3A860D1B11
22 changed files with 1932 additions and 16 deletions

View file

@ -212,6 +212,9 @@ extern layer_state_t layer_state;
#ifdef POINTING_DEVICE_ENABLE
# include "pointing_device.h"
# ifdef POINTING_DEVICE_MODES_ENABLE
# include "process_pointing_mode_records.h"
# endif
#endif
#ifdef MOUSEKEY_ENABLE