mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-07-31 11:12:09 +01:00
[Bug] Realign and size check EECONFIG structures (#20541)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
co-authored by
Nick Brassel
parent
01be981843
commit
5c4b53a143
@@ -44,6 +44,8 @@ typedef union {
|
||||
};
|
||||
} backlight_config_t;
|
||||
|
||||
_Static_assert(sizeof(backlight_config_t) == sizeof(uint8_t), "Backlight EECONFIG out of spec.");
|
||||
|
||||
void backlight_init(void);
|
||||
void backlight_toggle(void);
|
||||
void backlight_enable(void);
|
||||
|
||||
Reference in New Issue
Block a user