From 5ad0ccc09abf9f9d8f0d61b19d1dd70b99ce5e2a Mon Sep 17 00:00:00 2001 From: Mark Stosberg Date: Tue, 23 Jul 2024 14:52:13 -0400 Subject: [PATCH] Update config.h Co-authored-by: Joel Challis --- keyboards/aki27/cocot46plus/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/keyboards/aki27/cocot46plus/config.h b/keyboards/aki27/cocot46plus/config.h index a6154485190..357f5e14765 100644 --- a/keyboards/aki27/cocot46plus/config.h +++ b/keyboards/aki27/cocot46plus/config.h @@ -18,9 +18,9 @@ along with this program. If not, see . #pragma once // These do not seem to have keyboard.json support yet. -#define ADNS5050_SCLK_PIN 23U -#define ADNS5050_SDIO_PIN 8U -#define ADNS5050_CS_PIN 9U +#define ADNS5050_SCLK_PIN GP23 +#define ADNS5050_SDIO_PIN GP8 +#define ADNS5050_CS_PIN GP9 #define I2C1_SDA_PIN GP2 #define I2C1_SCL_PIN GP3