Update keyboards/skyloong/gk75/q2/q2.c

OK, Thank you.

Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
JIKEDINGZHI 2024-08-10 08:09:27 +08:00 committed by GitHub
parent 1d1412ebec
commit 0ef93b4a59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -282,11 +282,6 @@ void suspend_wakeup_init_kb() {
gpio_write_pin_high(AW20216S_EN_PIN);
suspend_wakeup_init_user();
}
bool shutdown_kb(bool jump_to_bootloader) {
return true;
}
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;