From e72d07c22b858cf0613f0e340e2ef11bb3fa5c92 Mon Sep 17 00:00:00 2001
From: "Michael F. Lamb" <mike@datagrok.org>
Date: Wed, 5 Sep 2018 13:52:29 -0700
Subject: [PATCH] Keymap: mitosis/datagrok: bug fix (#3854)

I don't know how this slipped past the test suite in the last merge, but
this syntax I tried is invalid and doesn't compile. Fixed.
---
 keyboards/mitosis/keymaps/datagrok/keymap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/keyboards/mitosis/keymaps/datagrok/keymap.c b/keyboards/mitosis/keymaps/datagrok/keymap.c
index ae3b95470..d8c20bc43 100644
--- a/keyboards/mitosis/keymaps/datagrok/keymap.c
+++ b/keyboards/mitosis/keymaps/datagrok/keymap.c
@@ -3,7 +3,7 @@
 #ifdef AUDIO_ENABLE
 #include "audio.h"
 #ifdef DEFAULT_LAYER_SONGS
-extern float default_layer_songs[][][];
+extern float default_layer_songs[][16][2];
 #endif
 #endif
 
-- 
2.39.5