From 4871f651c5328cc8c16d1ec991f3e865094b24c8 Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 27 Apr 2023 07:45:43 +1000 Subject: Move remaining `LAYOUT_all`s to data driven (#20463) --- keyboards/unison/v04/v04.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keyboards/unison/v04/v04.c') diff --git a/keyboards/unison/v04/v04.c b/keyboards/unison/v04/v04.c index 3cae408cfa..d9e8ed9e8b 100644 --- a/keyboards/unison/v04/v04.c +++ b/keyboards/unison/v04/v04.c @@ -14,7 +14,7 @@ * along with this program. If not, see . */ -#include "v04.h" +#include "quantum.h" #if defined(AUDIO_ENABLE) && defined(MUSIC_MAP) const uint8_t music_map[MATRIX_ROWS][MATRIX_COLS] = LAYOUT_all( -- cgit v1.2.3