mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-03 15:02:47 +00:00
add audio enable condition to abhixec's planck keymap
This commit is contained in:
parent
4bb085d1ff
commit
24c742a5e8
@ -15,8 +15,10 @@
|
||||
*/
|
||||
|
||||
#include QMK_KEYBOARD_H
|
||||
#include "muse.h"
|
||||
|
||||
#ifdef AUDIO_ENABLE
|
||||
# include "muse.h"
|
||||
#endif
|
||||
|
||||
enum planck_layers {
|
||||
_QWERTY,
|
||||
|
@ -1 +1,3 @@
|
||||
SRC += muse.c
|
||||
ifeq ($(strip $(AUDIO_ENABLE)), yes)
|
||||
SRC += muse.c
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user