From c0c9f641080bb3327cd15f53558304f4abb28dd7 Mon Sep 17 00:00:00 2001 From: JIKEDINGZHI <52481939+NaturalZh@users.noreply.github.com> Date: Fri, 18 Oct 2024 08:41:57 +0800 Subject: [PATCH] Update keyboards/skyloong/gk980/q1/config.h OK, thank you. Co-authored-by: Ryan --- keyboards/skyloong/gk980/q1/config.h | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/keyboards/skyloong/gk980/q1/config.h b/keyboards/skyloong/gk980/q1/config.h index f2ada38f81f..198c1553e60 100644 --- a/keyboards/skyloong/gk980/q1/config.h +++ b/keyboards/skyloong/gk980/q1/config.h @@ -7,17 +7,8 @@ #define DEBOUNCE 10 #define WIN_LOCK_INDEX 75 -#ifdef ENCODER_ENABLE -# define ENCODER_MAP_KEY_DELAY 20 -#endif - -#ifdef RGB_MATRIX_ENABLE -# define AW20216S_CS_PIN_1 B12 -# define AW20216S_CS_PIN_2 B11 -// Hardware enable lines may be connected to the same pin -# define AW20216S_EN_PIN_1 B5 -# define AW20216S_EN_PIN_2 B5 -# define RGB_MATRIX_KEYPRESSES -# define RGB_MATRIX_FRAMEBUFFER_EFFECTS -#endif // RGB_MATRIX_ENABLE +#define ENCODER_MAP_KEY_DELAY 20 +#define AW20216S_CS_PIN_1 B12 +#define AW20216S_CS_PIN_2 B11 +#define AW20216S_EN_PIN B5