X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=quantum%2Faudio%2Faudio.h;h=8136c5b258fad6d6260d0437d2643f9fcbf87736;hb=c9ba618654417ec115809a031d315f8327c79ad4;hp=da09b2bcd28a38ee2e9751af50fd77dccecf8e2b;hpb=5fd68266f5d90b2c7045f44f678d71b782907752;p=qmk_firmware.git 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 { uint8_t raw; struct { bool enable :1; - uint8_t level :7; + bool clicky_enable :1; + uint8_t level :6; }; } audio_config_t;