diff --git a/bdk/input/joycon.c b/bdk/input/joycon.c index 52cf155..9a3e11a 100644 --- a/bdk/input/joycon.c +++ b/bdk/input/joycon.c @@ -24,6 +24,7 @@ #include #include #include +#include #include #include #include @@ -815,6 +816,9 @@ void jc_init_hw() jc_l.uart = UART_C; jc_r.uart = UART_B; + if (fuse_read_hw_type() == FUSE_NX_HW_TYPE_HOAG) + return; + #ifndef DEBUG_UART_PORT jc_power_supply(UART_C, true); jc_power_supply(UART_B, true);