Update keyboards/skyloong/gk68/pro/pro.c

OK, Thank you for your suggestion.

Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
JIKEDINGZHI 2025-01-11 17:31:03 +08:00 committed by GitHub
parent e46905ee79
commit 5afa778421
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -121,8 +121,4 @@ bool shutdown_kb(bool jump_to_bootloader) {
void board_init(void) {
// JTAG-DP Disabled and SW-DP Disabled
AFIO->MAPR = (AFIO->MAPR & ~AFIO_MAPR_SWJ_CFG_Msk) | AFIO_MAPR_SWJ_CFG_DISABLE;
# ifdef RGB_MATRIX_ENABLE
gpio_set_pin_output(AW20216S_EN_PIN_1);
gpio_write_pin_high(AW20216S_EN_PIN_1);
# endif
}