diff options
Diffstat (limited to 'keyboards/pico/rules.mk')
-rw-r--r-- | keyboards/pico/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/pico/rules.mk b/keyboards/pico/rules.mk index 9cfa9d4572..7f6bb76c85 100644 --- a/keyboards/pico/rules.mk +++ b/keyboards/pico/rules.mk @@ -18,7 +18,7 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend NKRO_ENABLE = no # USB Nkey Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality UNICODE_ENABLE = no # Unicode -AUDIO_ENABLE = no # Audio output on port C6 +AUDIO_ENABLE = no # Audio output RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. SPLIT_KEYBOARD = yes |