Skip to content

Commit

Permalink
Keymap: mitosis/datagrok: bug fix (qmk#3854)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
datagrok authored and drashna committed Sep 5, 2018
1 parent 1558501 commit e72d07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/mitosis/keymaps/datagrok/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e72d07c

Please sign in to comment.