diff options
Diffstat (limited to 'users/drashna/drashna.h')
| -rw-r--r-- | users/drashna/drashna.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/users/drashna/drashna.h b/users/drashna/drashna.h index c19b18943..6645626d9 100644 --- a/users/drashna/drashna.h +++ b/users/drashna/drashna.h | |||
| @@ -27,7 +27,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 27 | #if defined(RGBLIGHT_ENABLE) || defined(RGB_MATRIX_ENABLE) | 27 | #if defined(RGBLIGHT_ENABLE) || defined(RGB_MATRIX_ENABLE) |
| 28 | #include "rgb_stuff.h" | 28 | #include "rgb_stuff.h" |
| 29 | #endif | 29 | #endif |
| 30 | 30 | #if defined(AUDIO_ENABLE) && __GNUC__ > 7 | |
| 31 | #if __has_include("drashna_song_list.h") | ||
| 32 | #include "drashna_song_list.h" | ||
| 33 | #endif | ||
| 34 | #endif | ||
| 31 | 35 | ||
| 32 | /* Define layer names */ | 36 | /* Define layer names */ |
| 33 | enum userspace_layers { | 37 | enum userspace_layers { |
