diff options
Diffstat (limited to 'keyboards/wilba_tech/wt60_xt')
-rw-r--r-- | keyboards/wilba_tech/wt60_xt/config.h | 2 | ||||
-rw-r--r-- | keyboards/wilba_tech/wt60_xt/rules.mk | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/wilba_tech/wt60_xt/config.h b/keyboards/wilba_tech/wt60_xt/config.h index 6ddad99df9..5914e59fd1 100644 --- a/keyboards/wilba_tech/wt60_xt/config.h +++ b/keyboards/wilba_tech/wt60_xt/config.h @@ -25,7 +25,7 @@ #define MANUFACTURER wilba.tech #define PRODUCT wilba.tech WT60-XT -#define C6_AUDIO +#define AUDIO_PIN C6 #define AUDIO_CLICKY /* key matrix size */ diff --git a/keyboards/wilba_tech/wt60_xt/rules.mk b/keyboards/wilba_tech/wt60_xt/rules.mk index a272caf2d1..0e522ba5bf 100644 --- a/keyboards/wilba_tech/wt60_xt/rules.mk +++ b/keyboards/wilba_tech/wt60_xt/rules.mk @@ -28,4 +28,3 @@ MIDI_ENABLE = no # MIDI support UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID AUDIO_ENABLE = yes # Audio output on port C6 -FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches |