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/sentraq/s60_x | |
parent | 574b6734afb6ec7073f6fb816dd454f03b7eb26f (diff) | |
download | qmk_firmware-6b74e48f81fd22f4b982c686df9c8d1f8efae571.tar.gz qmk_firmware-6b74e48f81fd22f4b982c686df9c8d1f8efae571.zip |
Remove audio pin references in rules.mk (#14532)
Diffstat (limited to 'keyboards/sentraq/s60_x')
-rw-r--r-- | keyboards/sentraq/s60_x/default/rules.mk | 2 | ||||
-rw-r--r-- | keyboards/sentraq/s60_x/rgb/rules.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/sentraq/s60_x/default/rules.mk b/keyboards/sentraq/s60_x/default/rules.mk index 1eeca11eb4..45ae2f090e 100644 --- a/keyboards/sentraq/s60_x/default/rules.mk +++ b/keyboards/sentraq/s60_x/default/rules.mk @@ -14,6 +14,6 @@ EXTRAKEY_ENABLE = yes # Audio control and System control SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work UNICODE_ENABLE = no # Unicode -AUDIO_ENABLE = no # Audio output on port C6 +AUDIO_ENABLE = no # Audio output LAYOUTS = 60_ansi 60_ansi_split_bs_rshift 60_iso 60_hhkb diff --git a/keyboards/sentraq/s60_x/rgb/rules.mk b/keyboards/sentraq/s60_x/rgb/rules.mk index fca886d761..23259e9395 100644 --- a/keyboards/sentraq/s60_x/rgb/rules.mk +++ b/keyboards/sentraq/s60_x/rgb/rules.mk @@ -14,7 +14,7 @@ EXTRAKEY_ENABLE = yes # Audio control and System control SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work UNICODE_ENABLE = no # Unicode -AUDIO_ENABLE = no # Audio output on port C6 +AUDIO_ENABLE = no # Audio output CONSOLE_ENABLE = no # Console for debug COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |