From 587f8513e0a32a8f70140ca02e9a4fd62026101b Mon Sep 17 00:00:00 2001 From: Sadek Baroudi Date: Fri, 9 Feb 2024 09:39:42 -0800 Subject: [PATCH] forgot to add CS pin for ximi trackpad SPI mode --- keyboards/fingerpunch/ximi/config.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/keyboards/fingerpunch/ximi/config.h b/keyboards/fingerpunch/ximi/config.h index 830dead45d..47633d81b6 100644 --- a/keyboards/fingerpunch/ximi/config.h +++ b/keyboards/fingerpunch/ximi/config.h @@ -161,7 +161,11 @@ along with this program. If not, see . #ifdef CIRQUE_ENABLE // cirque trackpad config + // This is for I2C only, which is not the default #define CIRQUE_PINNACLE_ADDR 0x2A + // This is for SPI only, which is the default + #define CIRQUE_PINNACLE_SPI_CS_PIN GP9 + // Uncomment 2 lines below to switch to relative mode and enable right click // Note that tap to click doesn't work on the slave side unless you enable relative mode // #define CIRQUE_PINNACLE_POSITION_MODE CIRQUE_PINNACLE_RELATIVE_MODE