diff options
Diffstat (limited to 'keyboards/jones/v03_1/config.h')
-rw-r--r-- | keyboards/jones/v03_1/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/jones/v03_1/config.h b/keyboards/jones/v03_1/config.h index a064e5639..c1d6a577f 100644 --- a/keyboards/jones/v03_1/config.h +++ b/keyboards/jones/v03_1/config.h | |||
@@ -57,8 +57,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
57 | 57 | ||
58 | /* Audio */ | 58 | /* Audio */ |
59 | #ifdef AUDIO_ENABLE | 59 | #ifdef AUDIO_ENABLE |
60 | #define C6_AUDIO | 60 | #define AUDIO_PIN C6 |
61 | #define B7_AUDIO // 2nd pin for simultaneous audio. | 61 | #define AUDIO_PIN_ALT B7 // 2nd pin for simultaneous audio. |
62 | #define AUDIO_CLICKY | 62 | #define AUDIO_CLICKY |
63 | #endif | 63 | #endif |
64 | 64 | ||