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/primekb | |
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/primekb')
-rw-r--r-- | keyboards/primekb/prime_l/rules.mk | 2 | ||||
-rw-r--r-- | keyboards/primekb/prime_m/rules.mk | 2 | ||||
-rw-r--r-- | keyboards/primekb/prime_o/rules.mk | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/primekb/prime_l/rules.mk b/keyboards/primekb/prime_l/rules.mk index 8c56f867e..03f76d537 100644 --- a/keyboards/primekb/prime_l/rules.mk +++ b/keyboards/primekb/prime_l/rules.mk | |||
@@ -19,6 +19,6 @@ NKRO_ENABLE = yes # USB Nkey Rollover | |||
19 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality | 19 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
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 | 23 | ||
24 | DEFAULT_FOLDER = primekb/prime_l/v1 | 24 | DEFAULT_FOLDER = primekb/prime_l/v1 |
diff --git a/keyboards/primekb/prime_m/rules.mk b/keyboards/primekb/prime_m/rules.mk index a093709ee..009c1918b 100644 --- a/keyboards/primekb/prime_m/rules.mk +++ b/keyboards/primekb/prime_m/rules.mk | |||
@@ -19,6 +19,6 @@ NKRO_ENABLE = yes # USB Nkey Rollover | |||
19 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 19 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
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 | 23 | ||
24 | LAYOUTS = numpad_5x6 | 24 | LAYOUTS = numpad_5x6 |
diff --git a/keyboards/primekb/prime_o/rules.mk b/keyboards/primekb/prime_o/rules.mk index 25109701d..e6d2bab20 100644 --- a/keyboards/primekb/prime_o/rules.mk +++ b/keyboards/primekb/prime_o/rules.mk | |||
@@ -19,4 +19,4 @@ NKRO_ENABLE = yes # USB Nkey Rollover | |||
19 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 19 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow | 20 | RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow |
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 |