qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit b5da6d228f02a5a3b7f8db3c7c8c3bbd49713ba7
parent b54960a1abea3c76548acc713dc629ad6856288d
Author: フィルターペーパー <76888457+filterpaper@users.noreply.github.com>
Date:   Thu, 29 Jun 2023 08:08:23 +0800

sofle/rev1:devdev: Disable console (#21401)


Diffstat:
Mkeyboards/sofle/keymaps/devdev/rules.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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