From de7c8ea5396af9ff549b3445325a3390c7bf95f3 Mon Sep 17 00:00:00 2001 From: Sam <47176495+ItsFiremanSam@users.noreply.github.com> Date: Sun, 12 Jun 2022 15:10:09 +0200 Subject: [PATCH] Update keyboards/0xcb/tutelpad/rules.mk Co-authored-by: Ryan --- keyboards/0xcb/tutelpad/rules.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/keyboards/0xcb/tutelpad/rules.mk b/keyboards/0xcb/tutelpad/rules.mk index 7da497a43ab..e022c905cd0 100644 --- a/keyboards/0xcb/tutelpad/rules.mk +++ b/keyboards/0xcb/tutelpad/rules.mk @@ -8,14 +8,14 @@ BOOTLOADER = caterina # change yes to no to disable # BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -MOUSEKEY_ENABLE = no # Mouse keys +MOUSEKEY_ENABLE = no # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = no -ENCODER_ENABLE = no # Commands for debug and configuration +COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = no # Enable N-Key Rollover - -RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output OLED_ENABLE = yes OLED_DRIVER = SSD1306 \ No newline at end of file