aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2021-08-31 15:25:46 -0700
committerGitHub <noreply@github.com>2021-08-31 15:25:46 -0700
commitb7693c971c171298ca2be5c2bb4a71ca15893762 (patch)
tree8487a61f07d3ec610c337a836e29f137043a4902
parent92106ee0388813399df01b07cf47a4f1e89ecf2d (diff)
downloadqmk_firmware-b7693c971c171298ca2be5c2bb4a71ca15893762.tar.gz
qmk_firmware-b7693c971c171298ca2be5c2bb4a71ca15893762.zip
[Keyboard] Disable console on Iris Rev5 (#14249)
-rw-r--r--keyboards/keebio/iris/rev5/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/keebio/iris/rev5/rules.mk b/keyboards/keebio/iris/rev5/rules.mk
index b77e9ce72..f42331fc1 100644
--- a/keyboards/keebio/iris/rev5/rules.mk
+++ b/keyboards/keebio/iris/rev5/rules.mk
@@ -10,7 +10,7 @@ BOOTLOADER = qmk-dfu
10BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite 10BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
11MOUSEKEY_ENABLE = no # Mouse keys 11MOUSEKEY_ENABLE = no # Mouse keys
12EXTRAKEY_ENABLE = yes # Audio control and System control 12EXTRAKEY_ENABLE = yes # Audio control and System control
13CONSOLE_ENABLE = yes # Console for debug 13CONSOLE_ENABLE = no # Console for debug
14COMMAND_ENABLE = no # Commands for debug and configuration 14COMMAND_ENABLE = no # Commands for debug and configuration
15# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE 15# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
16SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend 16SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend