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/duck | |
| 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/duck')
| -rw-r--r-- | keyboards/duck/jetfire/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/duck/lightsaver/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/duck/octagon/v1/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/duck/octagon/v2/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/duck/orion/v3/rules.mk | 2 | ||||
| -rw-r--r-- | keyboards/duck/tcv3/rules.mk | 2 |
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 | |||
| 20 | BACKLIGHT_DRIVER = custom | 20 | BACKLIGHT_DRIVER = custom |
| 21 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | 21 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow |
| 22 | UNICODE_ENABLE = no # Unicode | 22 | UNICODE_ENABLE = no # Unicode |
| 23 | AUDIO_ENABLE = no # Audio output on port C6 | 23 | AUDIO_ENABLE = no # Audio output |
| 24 | 24 | ||
| 25 | CUSTOM_MATRIX = yes | 25 | CUSTOM_MATRIX = yes |
| 26 | SRC += indicator_leds.c \ | 26 | SRC += 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 | |||
| 19 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 19 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 20 | BACKLIGHT_DRIVER = custom | 20 | BACKLIGHT_DRIVER = custom |
| 21 | UNICODE_ENABLE = no # Unicode | 21 | UNICODE_ENABLE = no # Unicode |
| 22 | AUDIO_ENABLE = no # Audio output on port C6 | 22 | AUDIO_ENABLE = no # Audio output |
| 23 | RGBLIGHT_ENABLE = yes | 23 | RGBLIGHT_ENABLE = yes |
| 24 | 24 | ||
| 25 | CUSTOM_MATRIX = yes | 25 | CUSTOM_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 | |||
| 19 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 19 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 20 | BACKLIGHT_DRIVER = custom | 20 | BACKLIGHT_DRIVER = custom |
| 21 | UNICODE_ENABLE = no # Unicode | 21 | UNICODE_ENABLE = no # Unicode |
| 22 | AUDIO_ENABLE = no # Audio output on port C6 | 22 | AUDIO_ENABLE = no # Audio output |
| 23 | RGBLIGHT_ENABLE = yes | 23 | RGBLIGHT_ENABLE = yes |
| 24 | 24 | ||
| 25 | CUSTOM_MATRIX = yes | 25 | CUSTOM_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 | |||
| 19 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 19 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 20 | BACKLIGHT_DRIVER = custom | 20 | BACKLIGHT_DRIVER = custom |
| 21 | UNICODE_ENABLE = no # Unicode | 21 | UNICODE_ENABLE = no # Unicode |
| 22 | AUDIO_ENABLE = no # Audio output on port C6 | 22 | AUDIO_ENABLE = no # Audio output |
| 23 | RGBLIGHT_ENABLE = yes | 23 | RGBLIGHT_ENABLE = yes |
| 24 | 24 | ||
| 25 | CUSTOM_MATRIX = yes | 25 | CUSTOM_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 | |||
| 19 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 19 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 20 | BACKLIGHT_DRIVER = custom | 20 | BACKLIGHT_DRIVER = custom |
| 21 | UNICODE_ENABLE = no # Unicode | 21 | UNICODE_ENABLE = no # Unicode |
| 22 | AUDIO_ENABLE = no # Audio output on port C6 | 22 | AUDIO_ENABLE = no # Audio output |
| 23 | RGBLIGHT_ENABLE = yes | 23 | RGBLIGHT_ENABLE = yes |
| 24 | 24 | ||
| 25 | CUSTOM_MATRIX = yes | 25 | CUSTOM_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 | |||
| 18 | NKRO_ENABLE = yes # USB Nkey Rollover | 18 | NKRO_ENABLE = yes # USB Nkey Rollover |
| 19 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 19 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 20 | UNICODE_ENABLE = no # Unicode | 20 | UNICODE_ENABLE = no # Unicode |
| 21 | AUDIO_ENABLE = no # Audio output on port C6 | 21 | AUDIO_ENABLE = no # Audio output |
| 22 | RGBLIGHT_ENABLE = yes | 22 | RGBLIGHT_ENABLE = yes |
| 23 | 23 | ||
| 24 | CUSTOM_MATRIX = yes | 24 | CUSTOM_MATRIX = yes |
