aboutsummaryrefslogtreecommitdiff
path: root/keyboards/helix
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/helix
parent574b6734afb6ec7073f6fb816dd454f03b7eb26f (diff)
downloadqmk_firmware-6b74e48f81fd22f4b982c686df9c8d1f8efae571.tar.gz
qmk_firmware-6b74e48f81fd22f4b982c686df9c8d1f8efae571.zip
Remove audio pin references in rules.mk (#14532)
Diffstat (limited to 'keyboards/helix')
-rw-r--r--keyboards/helix/pico/keymaps/default/rules.mk2
-rw-r--r--keyboards/helix/pico/qmk_conf/rules.mk2
-rw-r--r--keyboards/helix/rules.mk2
3 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/helix/pico/keymaps/default/rules.mk b/keyboards/helix/pico/keymaps/default/rules.mk
index 8f198e380..fcf92e671 100644
--- a/keyboards/helix/pico/keymaps/default/rules.mk
+++ b/keyboards/helix/pico/keymaps/default/rules.mk
@@ -6,7 +6,7 @@
6# See TOP/docs/config_options.md for more information. 6# See TOP/docs/config_options.md for more information.
7# 7#
8EXTRAKEY_ENABLE = yes # Audio control and System control 8EXTRAKEY_ENABLE = yes # Audio control and System control
9AUDIO_ENABLE = yes # Audio output on port B5 9AUDIO_ENABLE = yes # Audio output
10LTO_ENABLE = no # if firmware size over limit, try this option 10LTO_ENABLE = no # if firmware size over limit, try this option
11 11
12# Helix Spacific Build Options 12# Helix Spacific Build Options
diff --git a/keyboards/helix/pico/qmk_conf/rules.mk b/keyboards/helix/pico/qmk_conf/rules.mk
index 966e64d61..e2993b3f8 100644
--- a/keyboards/helix/pico/qmk_conf/rules.mk
+++ b/keyboards/helix/pico/qmk_conf/rules.mk
@@ -1,4 +1,4 @@
1EXTRAKEY_ENABLE = yes # Audio control and System control 1EXTRAKEY_ENABLE = yes # Audio control and System control
2AUDIO_ENABLE = yes # Audio output on port B5 2AUDIO_ENABLE = yes # Audio output
3 3
4include $(strip $(KEYBOARD_LOCAL_FEATURES_MK)) 4include $(strip $(KEYBOARD_LOCAL_FEATURES_MK))
diff --git a/keyboards/helix/rules.mk b/keyboards/helix/rules.mk
index 916261383..2e13e452a 100644
--- a/keyboards/helix/rules.mk
+++ b/keyboards/helix/rules.mk
@@ -17,7 +17,7 @@ CONSOLE_ENABLE = no # Console for debug
17COMMAND_ENABLE = no # Commands for debug and configuration 17COMMAND_ENABLE = no # Commands for debug and configuration
18NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work 18NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
19BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality 19BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
20AUDIO_ENABLE = no # Audio output on port C6 20AUDIO_ENABLE = no # Audio output
21UNICODE_ENABLE = no # Unicode 21UNICODE_ENABLE = no # Unicode
22RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. 22RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
23# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE 23# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE