aboutsummaryrefslogtreecommitdiff
path: root/keyboards/duck
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-09-21 20:04:03 +1000
committerGitHub <noreply@github.com>2021-09-21 20:04:03 +1000
commit6b74e48f81fd22f4b982c686df9c8d1f8efae571 (patch)
treef8e9d333a7344056952caf5e36aa59b7cd301c55 /keyboards/duck
parent574b6734afb6ec7073f6fb816dd454f03b7eb26f (diff)
downloadqmk_firmware-6b74e48f81fd22f4b982c686df9c8d1f8efae571.tar.gz
qmk_firmware-6b74e48f81fd22f4b982c686df9c8d1f8efae571.zip
Remove audio pin references in rules.mk (#14532)
Diffstat (limited to 'keyboards/duck')
-rw-r--r--keyboards/duck/jetfire/rules.mk2
-rw-r--r--keyboards/duck/lightsaver/rules.mk2
-rw-r--r--keyboards/duck/octagon/v1/rules.mk2
-rw-r--r--keyboards/duck/octagon/v2/rules.mk2
-rw-r--r--keyboards/duck/orion/v3/rules.mk2
-rw-r--r--keyboards/duck/tcv3/rules.mk2
6 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/duck/jetfire/rules.mk b/keyboards/duck/jetfire/rules.mk
index 692a8e524..cc6b55138 100644
--- a/keyboards/duck/jetfire/rules.mk
+++ b/keyboards/duck/jetfire/rules.mk
@@ -20,7 +20,7 @@ BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
20BACKLIGHT_DRIVER = custom 20BACKLIGHT_DRIVER = custom
21RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow 21RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
22UNICODE_ENABLE = no # Unicode 22UNICODE_ENABLE = no # Unicode
23AUDIO_ENABLE = no # Audio output on port C6 23AUDIO_ENABLE = no # Audio output
24 24
25CUSTOM_MATRIX = yes 25CUSTOM_MATRIX = yes
26SRC += indicator_leds.c \ 26SRC += indicator_leds.c \
diff --git a/keyboards/duck/lightsaver/rules.mk b/keyboards/duck/lightsaver/rules.mk
index b91649682..5136f79e7 100644
--- a/keyboards/duck/lightsaver/rules.mk
+++ b/keyboards/duck/lightsaver/rules.mk
@@ -19,7 +19,7 @@ NKRO_ENABLE = yes # USB Nkey Rollover
19BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality 19BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
20BACKLIGHT_DRIVER = custom 20BACKLIGHT_DRIVER = custom
21UNICODE_ENABLE = no # Unicode 21UNICODE_ENABLE = no # Unicode
22AUDIO_ENABLE = no # Audio output on port C6 22AUDIO_ENABLE = no # Audio output
23RGBLIGHT_ENABLE = yes 23RGBLIGHT_ENABLE = yes
24 24
25CUSTOM_MATRIX = yes 25CUSTOM_MATRIX = yes
diff --git a/keyboards/duck/octagon/v1/rules.mk b/keyboards/duck/octagon/v1/rules.mk
index 28e8531ca..62c4d37ca 100644
--- a/keyboards/duck/octagon/v1/rules.mk
+++ b/keyboards/duck/octagon/v1/rules.mk
@@ -19,7 +19,7 @@ NKRO_ENABLE = yes # USB Nkey Rollover
19BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality 19BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
20BACKLIGHT_DRIVER = custom 20BACKLIGHT_DRIVER = custom
21UNICODE_ENABLE = no # Unicode 21UNICODE_ENABLE = no # Unicode
22AUDIO_ENABLE = no # Audio output on port C6 22AUDIO_ENABLE = no # Audio output
23RGBLIGHT_ENABLE = yes 23RGBLIGHT_ENABLE = yes
24 24
25CUSTOM_MATRIX = yes 25CUSTOM_MATRIX = yes
diff --git a/keyboards/duck/octagon/v2/rules.mk b/keyboards/duck/octagon/v2/rules.mk
index cfd7894a9..09a363c39 100644
--- a/keyboards/duck/octagon/v2/rules.mk
+++ b/keyboards/duck/octagon/v2/rules.mk
@@ -19,7 +19,7 @@ NKRO_ENABLE = yes # USB Nkey Rollover
19BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality 19BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
20BACKLIGHT_DRIVER = custom 20BACKLIGHT_DRIVER = custom
21UNICODE_ENABLE = no # Unicode 21UNICODE_ENABLE = no # Unicode
22AUDIO_ENABLE = no # Audio output on port C6 22AUDIO_ENABLE = no # Audio output
23RGBLIGHT_ENABLE = yes 23RGBLIGHT_ENABLE = yes
24 24
25CUSTOM_MATRIX = yes 25CUSTOM_MATRIX = yes
diff --git a/keyboards/duck/orion/v3/rules.mk b/keyboards/duck/orion/v3/rules.mk
index f65093a9a..5c9fa9cb8 100644
--- a/keyboards/duck/orion/v3/rules.mk
+++ b/keyboards/duck/orion/v3/rules.mk
@@ -19,7 +19,7 @@ NKRO_ENABLE = yes # USB Nkey Rollover
19BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality 19BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
20BACKLIGHT_DRIVER = custom 20BACKLIGHT_DRIVER = custom
21UNICODE_ENABLE = no # Unicode 21UNICODE_ENABLE = no # Unicode
22AUDIO_ENABLE = no # Audio output on port C6 22AUDIO_ENABLE = no # Audio output
23RGBLIGHT_ENABLE = yes 23RGBLIGHT_ENABLE = yes
24 24
25CUSTOM_MATRIX = yes 25CUSTOM_MATRIX = yes
diff --git a/keyboards/duck/tcv3/rules.mk b/keyboards/duck/tcv3/rules.mk
index 8be02e8d5..ac5e4e89a 100644
--- a/keyboards/duck/tcv3/rules.mk
+++ b/keyboards/duck/tcv3/rules.mk
@@ -18,7 +18,7 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
18NKRO_ENABLE = yes # USB Nkey Rollover 18NKRO_ENABLE = yes # USB Nkey Rollover
19BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality 19BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
20UNICODE_ENABLE = no # Unicode 20UNICODE_ENABLE = no # Unicode
21AUDIO_ENABLE = no # Audio output on port C6 21AUDIO_ENABLE = no # Audio output
22RGBLIGHT_ENABLE = yes 22RGBLIGHT_ENABLE = yes
23 23
24CUSTOM_MATRIX = yes 24CUSTOM_MATRIX = yes