logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 4be3abc39ea8362ff9d9cec6e0effa38575162b6
parent e0e621ad6fd6cd9db287de2584653c403fb1a2e5
Author: QMK Bot <hello@qmk.fm>
Date:   Fri,  1 Dec 2023 12:08:20 +0000

Merge remote-tracking branch 'origin/master' into develop

Diffstat:

Mkeyboards/smithrune/magnus/m75h/m75h.c2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/keyboards/smithrune/magnus/m75h/m75h.c b/keyboards/smithrune/magnus/m75h/m75h.c @@ -20,7 +20,7 @@ #define CAPS_COLOR_B 0xFF void keyboard_post_init_kb(void) { - rgblight_set_effect_range(0,29); + rgblight_set_effect_range(1,29); keyboard_post_init_user(); }