diff --git a/keyboards/jones/v.0.3/config.h b/keyboards/jones/v.0.3/config.h index 21b7b99d701..461e28c4e55 100644 --- a/keyboards/jones/v.0.3/config.h +++ b/keyboards/jones/v.0.3/config.h @@ -55,7 +55,10 @@ along with this program. If not, see . #define ENCODER_RESOLUTION 4 //the default & suggested is 4 /* Audio */ -#define C6_AUDIO +#ifdef AUDIO_ENABLE + #define C6_AUDIO + #define B6_AUDIO +#endif /* * Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN.