fix: navigator cpi eeprom config
Some checks failed
Build firmware / build-firmware (default) (push) Has been cancelled
Build firmware / build-firmware (oryx) (push) Has been cancelled
Unit Tests / test (push) Has been cancelled

This commit is contained in:
Florian Didron
2025-08-25 17:47:54 +07:00
parent 64b9b87e7f
commit 34661a4f57

View File

@@ -20,7 +20,7 @@ typedef union {
uint32_t raw; uint32_t raw;
struct { struct {
bool disable_layer_led : 1; bool disable_layer_led : 1;
uint8_t navigator_cpi : 3; uint8_t navigator_cpi : 3;
bool led_level : 1; bool led_level : 1;
uint8_t led_level_res : 2; // DO NOT REMOVE uint8_t led_level_res : 2; // DO NOT REMOVE
}; };