diff --git a/keyboards/zsa/voyager/voyager.h b/keyboards/zsa/voyager/voyager.h index 05fc1f338c..7ec3603b4c 100644 --- a/keyboards/zsa/voyager/voyager.h +++ b/keyboards/zsa/voyager/voyager.h @@ -20,7 +20,7 @@ typedef union { uint32_t raw; struct { bool disable_layer_led : 1; - uint8_t navigator_cpi : 3; + uint8_t navigator_cpi : 3; bool led_level : 1; uint8_t led_level_res : 2; // DO NOT REMOVE };