split pointing can't use motion pin for pointing devices

This commit is contained in:
Sadek Baroudi 2024-02-29 07:51:21 -08:00
parent 364fc6da76
commit d331ed3398
1 changed files with 3 additions and 2 deletions

View File

@ -164,8 +164,9 @@
#define AZOTEQ_IQS5XX_SWIPE_X_ENABLE true
#define AZOTEQ_IQS5XX_SWIPE_Y_ENABLE true
#define AZOTEQ_IQS5XX_ZOOM_ENABLE true
// Can only use motion pin on unibodies
#ifndef SPLIT_KEYBOARD
// Can only use motion pin on unibodies or splits that don't use split pointing
// This is currently a QMK constraint
#ifndef SPLIT_POINTING
#define POINTING_DEVICE_MOTION_PIN VIK_GPIO_2
#endif
#endif