diff options
author | Ryan <fauxpark@gmail.com> | 2021-09-21 20:04:03 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-21 20:04:03 +1000 |
commit | 6b74e48f81fd22f4b982c686df9c8d1f8efae571 (patch) | |
tree | f8e9d333a7344056952caf5e36aa59b7cd301c55 /keyboards/handwired/datahand/rules.mk | |
parent | 574b6734afb6ec7073f6fb816dd454f03b7eb26f (diff) |
Remove audio pin references in rules.mk (#14532)
Diffstat (limited to 'keyboards/handwired/datahand/rules.mk')
-rw-r--r-- | keyboards/handwired/datahand/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/datahand/rules.mk b/keyboards/handwired/datahand/rules.mk index 9f8043db46..134d4dcf50 100644 --- a/keyboards/handwired/datahand/rules.mk +++ b/keyboards/handwired/datahand/rules.mk @@ -13,7 +13,7 @@ COMMAND_ENABLE = yes # Commands for debug and configuration NKRO_ENABLE = yes # USB Nkey Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality UNICODE_ENABLE = no # Unicode -AUDIO_ENABLE = no # Audio output on port C6 +AUDIO_ENABLE = no # Audio output CUSTOM_MATRIX = yes # We definitely have a nonstandard matrix # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |