Update keyboards/skyloong/gk61/pro_ds/pro_ds.c

OK. Thanks.

Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
JIKEDINGZHI 2024-03-29 19:54:52 +08:00 committed by GitHub
parent c6544591f7
commit 6d2b47b112
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -112,8 +112,4 @@ void suspend_wakeup_init_kb(void) {
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
setPinOutput(SDB);
writePinHigh(SDB);
# endif
}