diff --git a/keyboards/skyloong/gk87/q1/led_hc595.h b/keyboards/skyloong/gk87/q1/led_hc595.h index 2b7c59c6ebc..134de3fa86b 100644 --- a/keyboards/skyloong/gk87/q1/led_hc595.h +++ b/keyboards/skyloong/gk87/q1/led_hc595.h @@ -1,12 +1,11 @@ // Copyright 2023 NaturalZh (@NaturalZh) // SPDX-License-Identifier: GPL-2.0-or-later -#pragma once #include "atomic_util.h" #include "gpio.h" -#define LED_HC595_ST_PIN B1 //74HC595 storage register clock input -#define LED_HC595_SH_PIN B0 //74HC595 shift register clock input +#define LED_HC595_ST_PIN B5 //74HC595 storage register clock input +#define LED_HC595_SH_PIN B4 //74HC595 shift register clock input #define LED_HC595_DS B3 // 74HC595 serial data input /*