mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-05 16:02:47 +00:00
Update keyboards/skyloong/gk75/q2/q2.c
OK, Thank you. Co-authored-by: Joel Challis <git@zvecr.com>
This commit is contained in:
parent
1d1412ebec
commit
0ef93b4a59
@ -282,11 +282,6 @@ void suspend_wakeup_init_kb() {
|
|||||||
gpio_write_pin_high(AW20216S_EN_PIN);
|
gpio_write_pin_high(AW20216S_EN_PIN);
|
||||||
suspend_wakeup_init_user();
|
suspend_wakeup_init_user();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool shutdown_kb(bool jump_to_bootloader) {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
void board_init(void) {
|
void board_init(void) {
|
||||||
// JTAG-DP Disabled and SW-DP Disabled
|
// JTAG-DP Disabled and SW-DP Disabled
|
||||||
AFIO->MAPR = (AFIO->MAPR & ~AFIO_MAPR_SWJ_CFG_Msk) | AFIO_MAPR_SWJ_CFG_DISABLE;
|
AFIO->MAPR = (AFIO->MAPR & ~AFIO_MAPR_SWJ_CFG_Msk) | AFIO_MAPR_SWJ_CFG_DISABLE;
|
||||||
|
Loading…
Reference in New Issue
Block a user