diff options
author | フィルターペーパー <76888457+filterpaper@users.noreply.github.com> | 2023-06-29 08:08:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-29 01:08:23 +0100 |
commit | b5da6d228f02a5a3b7f8db3c7c8c3bbd49713ba7 (patch) | |
tree | d4ceaadd696186f5c4b59d2b96c0565790a467fc | |
parent | b54960a1abea3c76548acc713dc629ad6856288d (diff) |
sofle/rev1:devdev: Disable console (#21401)
-rw-r--r-- | keyboards/sofle/keymaps/devdev/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/sofle/keymaps/devdev/rules.mk b/keyboards/sofle/keymaps/devdev/rules.mk index 92a293196f..860c2122da 100644 --- a/keyboards/sofle/keymaps/devdev/rules.mk +++ b/keyboards/sofle/keymaps/devdev/rules.mk @@ -1,6 +1,6 @@ MOUSEKEY_ENABLE = yes EXTRAKEY_ENABLE = yes -CONSOLE_ENABLE = yes +CONSOLE_ENABLE = no RGBLIGHT_ENABLE = yes ENCODER_ENABLE = yes LTO_ENABLE = yes |