Explorar o código

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.
Michael F. Lamb %!s(int64=7) %!d(string=hai) anos
pai
achega
e72d07c22b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      keyboards/mitosis/keymaps/datagrok/keymap.c

+ 1 - 1
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