mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Add functions so you can configure programatically
This commit is contained in:
committed by
skullydazed
parent
e72e4b6920
commit
cfb1b353ee
@@ -40,7 +40,8 @@ typedef union {
|
||||
uint8_t raw;
|
||||
struct {
|
||||
bool enable :1;
|
||||
uint8_t level :7;
|
||||
bool clicky_enable :1;
|
||||
uint8_t level :6;
|
||||
};
|
||||
} audio_config_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user