From b6f6ecdd51c8c5f32c8b3fad6416c0e1f3dc5399 Mon Sep 17 00:00:00 2001 From: Takeshi Nishio Date: Mon, 12 Oct 2020 06:08:41 +0900 Subject: [PATCH] =?UTF-8?q?Update=202=E9=9F=B3=E5=90=8C=E6=99=82=E7=99=BA?= =?UTF-8?q?=E9=9F=B3=E7=94=A8=E3=81=AB=E3=83=94=E3=83=B3=E5=AE=9A=E7=BE=A9?= =?UTF-8?q?=E3=82=92=E8=BF=BD=E5=8A=A0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keyboards/jones/v.0.3/config.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.