Skip to content

Commit

Permalink
Disable console and command on TGR 910CE (qmk#9011)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored May 3, 2020
1 parent 5f82b07 commit f31bf1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keyboards/tgr/910ce/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ BOOTLOADER = bootloadHID
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
MOUSEKEY_ENABLE = no # Mouse keys
EXTRAKEY_ENABLE = yes # Audio control and System control
CONSOLE_ENABLE = yes # Console for debug
COMMAND_ENABLE = yes # Commands for debug and configuration
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
WS2812_DRIVER = i2c
Expand Down

0 comments on commit f31bf1b

Please sign in to comment.