forgot to add CS pin for ximi trackpad SPI mode
This commit is contained in:
parent
9d8ad6616c
commit
587f8513e0
|
|
@ -161,7 +161,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#ifdef CIRQUE_ENABLE
|
#ifdef CIRQUE_ENABLE
|
||||||
// cirque trackpad config
|
// cirque trackpad config
|
||||||
|
// This is for I2C only, which is not the default
|
||||||
#define CIRQUE_PINNACLE_ADDR 0x2A
|
#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
|
// 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
|
// 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
|
// #define CIRQUE_PINNACLE_POSITION_MODE CIRQUE_PINNACLE_RELATIVE_MODE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue