diff options
| author | Ryan <fauxpark@gmail.com> | 2020-05-04 00:56:10 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-03 15:56:10 +0100 |
| commit | f31bf1b2025ece2d61cec10293cbd4e18b537eeb (patch) | |
| tree | 5a25c7334d931a56d9fbfad80b6284cda7e38950 /keyboards/tgr | |
| parent | 5f82b0782f90645eee5926691dcc0ec617d0dff4 (diff) | |
| download | qmk_firmware-f31bf1b2025ece2d61cec10293cbd4e18b537eeb.tar.gz qmk_firmware-f31bf1b2025ece2d61cec10293cbd4e18b537eeb.zip | |
Disable console and command on TGR 910CE (#9011)
Diffstat (limited to 'keyboards/tgr')
| -rw-r--r-- | keyboards/tgr/910ce/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/tgr/910ce/rules.mk b/keyboards/tgr/910ce/rules.mk index 7a21b8a32..cbaa9da99 100644 --- a/keyboards/tgr/910ce/rules.mk +++ b/keyboards/tgr/910ce/rules.mk | |||
| @@ -17,8 +17,8 @@ BOOTLOADER = bootloadHID | |||
| 17 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration | 17 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration |
| 18 | MOUSEKEY_ENABLE = no # Mouse keys | 18 | MOUSEKEY_ENABLE = no # Mouse keys |
| 19 | EXTRAKEY_ENABLE = yes # Audio control and System control | 19 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 20 | CONSOLE_ENABLE = yes # Console for debug | 20 | CONSOLE_ENABLE = no # Console for debug |
| 21 | COMMAND_ENABLE = yes # Commands for debug and configuration | 21 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 22 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 22 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 23 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | 23 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow |
| 24 | WS2812_DRIVER = i2c | 24 | WS2812_DRIVER = i2c |
