Skip to content

Commit

Permalink
add audio enable condition to abhixec's planck keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed Jun 17, 2023
1 parent 4bb085d commit 24c742a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion keyboards/planck/keymaps/abhixec/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
*/

#include QMK_KEYBOARD_H
#include "muse.h"

#ifdef AUDIO_ENABLE
# include "muse.h"
#endif

enum planck_layers {
_QWERTY,
Expand Down
4 changes: 3 additions & 1 deletion keyboards/planck/keymaps/abhixec/rules.mk
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
SRC += muse.c
ifeq ($(strip $(AUDIO_ENABLE)), yes)
SRC += muse.c
endif

0 comments on commit 24c742a

Please sign in to comment.