From 004542d6ad650af9f334c0511f142ad90b1cfd8b Mon Sep 17 00:00:00 2001 From: JIKEDINGZHI <52481939+NaturalZh@users.noreply.github.com> Date: Tue, 12 Mar 2024 16:21:31 +0800 Subject: [PATCH] Update keyboards/skyloong/gk104/q1/mcuconf.h Yes, SPI1 didn`t be used. Thank you. Co-authored-by: Joel Challis --- keyboards/skyloong/gk104/q1/mcuconf.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/keyboards/skyloong/gk104/q1/mcuconf.h b/keyboards/skyloong/gk104/q1/mcuconf.h index af06d34b273..49455f9c3d7 100644 --- a/keyboards/skyloong/gk104/q1/mcuconf.h +++ b/keyboards/skyloong/gk104/q1/mcuconf.h @@ -10,7 +10,3 @@ #undef STM32_SPI_USE_DMA #define STM32_SPI_USE_DMA TRUE -#undef STM32_SPI_USE_SPI1 -#define STM32_SPI_USE_SPI1 TRUE - -