]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Keymap: mitosis/datagrok: bug fix (#3854)
authorMichael F. Lamb <mike@datagrok.org>
Wed, 5 Sep 2018 20:52:29 +0000 (13:52 -0700)
committerDrashna Jaelre <drashna@live.com>
Wed, 5 Sep 2018 20:52:29 +0000 (13:52 -0700)
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

index ae3b9547007aacd14b0014837291a68c64a069ec..d8c20bc4391ddfe1137c96f8559cef72e65714da 100644 (file)
@@ -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