diff options
Diffstat (limited to 'keyboards/silverbullet44')
-rw-r--r-- | keyboards/silverbullet44/config.h | 2 | ||||
-rw-r--r-- | keyboards/silverbullet44/rules.mk | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/silverbullet44/config.h b/keyboards/silverbullet44/config.h index dfd5e0aa94..cd78ef3418 100644 --- a/keyboards/silverbullet44/config.h +++ b/keyboards/silverbullet44/config.h @@ -111,7 +111,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Audio */ #ifdef AUDIO_ENABLE - #define B6_AUDIO + #define AUDIO_PIN B6 #define STARTUP_SONG SONG(STARTUP_SOUND) #define AUDIO_CLICKY #define AUDIO_CLICKY_FREQ_RANDOMNESS 1.0f diff --git a/keyboards/silverbullet44/rules.mk b/keyboards/silverbullet44/rules.mk index d6a0947966..cdcbc76fa6 100644 --- a/keyboards/silverbullet44/rules.mk +++ b/keyboards/silverbullet44/rules.mk @@ -31,6 +31,5 @@ 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 B6 -FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches SPLIT_KEYBOARD = yes LTO_ENABLE = yes |