diff --git a/keyboards/system76/launch_beta_1/usb_mux.c b/keyboards/system76/launch_beta_1/usb_mux.c index 6550abe38a6..1a88d38a4e1 100644 --- a/keyboards/system76/launch_beta_1/usb_mux.c +++ b/keyboards/system76/launch_beta_1/usb_mux.c @@ -211,7 +211,7 @@ int usb7206_gpio_init(struct USB7206_GPIO * self) { int res = 0; // Set programmable function to GPIO - res = usb7206_write_reg_32(self->usb7206, PF1_CTL + (self->pf - 1), 0); + res = usb7206_write_reg_8(self->usb7206, PF1_CTL + (self->pf - 1), 0); if (res < 0) return res; // Set GPIO to false by default