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