From: Michael F. Lamb Date: Wed, 5 Sep 2018 20:52:29 +0000 (-0700) Subject: Keymap: mitosis/datagrok: bug fix (#3854) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e72d07c22b858cf0613f0e340e2ef11bb3fa5c92;p=qmk_firmware.git 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. --- 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