diff options
| author | Drashna Jaelre <drashna@live.com> | 2018-05-31 12:24:10 -0700 |
|---|---|---|
| committer | skullydazed <skullydazed@users.noreply.github.com> | 2018-09-25 13:28:36 -0700 |
| commit | cfb1b353eef290ea4eddd7cfcb4617ca25d440d2 (patch) | |
| tree | 403f968d510db001e9a81f022415a3bfdfb6bdae /quantum/audio | |
| parent | e72e4b6920299176a322a2862f930b7ee5f73dff (diff) | |
| download | qmk_firmware-cfb1b353eef290ea4eddd7cfcb4617ca25d440d2.tar.gz qmk_firmware-cfb1b353eef290ea4eddd7cfcb4617ca25d440d2.zip | |
Add functions so you can configure programatically
Diffstat (limited to 'quantum/audio')
| -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 | ||
