diff options
Diffstat (limited to 'quantum/audio/audio.h')
-rw-r--r-- | quantum/audio/audio.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/quantum/audio/audio.h b/quantum/audio/audio.h index da09b2bcd..8136c5b25 100644 --- a/quantum/audio/audio.h +++ b/quantum/audio/audio.h | |||
@@ -40,7 +40,8 @@ typedef union { | |||
40 | uint8_t raw; | 40 | uint8_t raw; |
41 | struct { | 41 | struct { |
42 | bool enable :1; | 42 | bool enable :1; |
43 | uint8_t level :7; | 43 | bool clicky_enable :1; |
44 | uint8_t level :6; | ||
44 | }; | 45 | }; |
45 | } audio_config_t; | 46 | } audio_config_t; |
46 | 47 | ||