From 37ad256cd5ced7592dfe242bcf10f8991d67acbd Mon Sep 17 00:00:00 2001 From: Sadek Baroudi Date: Mon, 12 Sep 2022 18:07:23 -0700 Subject: [PATCH] fixed rotation on slave cirque, and split transport stuff --- keyboards/fingerpunch/ximi/config.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/keyboards/fingerpunch/ximi/config.h b/keyboards/fingerpunch/ximi/config.h index e36ce17e23..782af8eafb 100644 --- a/keyboards/fingerpunch/ximi/config.h +++ b/keyboards/fingerpunch/ximi/config.h @@ -44,6 +44,8 @@ along with this program. If not, see . #define MASTER_LEFT #define SPLIT_TRANSPORT_MIRROR #define SPLIT_POINTING_ENABLE +#define SPLIT_LAYER_STATE_ENABLE +#define SPLIT_MODS_ENABLE #define POINTING_DEVICE_COMBINED #define SOFT_SERIAL_PIN GP0 #define USE_SERIAL @@ -113,6 +115,7 @@ along with this program. If not, see . #define CIRQUE_PINNACLE_ADDR 0x2A #define POINTING_DEVICE_TASK_THROTTLE_MS 5 #define POINTING_DEVICE_ROTATION_90 // move to cirque specific config +#define POINTING_DEVICE_ROTATION_90_RIGHT #define I2C1_CLOCK_SPEED 400000 #define I2C1_DUTY_CYCLE FAST_DUTY_CYCLE_2