From 1fd93e864b54f20b1e3742f5710a39ea9f102906 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 4 Mar 2021 10:38:09 -0700 Subject: [PATCH] Define default RGB matrix speed --- keyboards/system76/launch_1/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/keyboards/system76/launch_1/config.h b/keyboards/system76/launch_1/config.h index 745cb1c9b6c..3e24d1e703f 100644 --- a/keyboards/system76/launch_1/config.h +++ b/keyboards/system76/launch_1/config.h @@ -52,6 +52,7 @@ #define RGB_MATRIX_STARTUP_HUE 142 // 200 degrees #define RGB_MATRIX_STARTUP_SAT 255 #define RGB_MATRIX_STARTUP_VAL RGB_MATRIX_MAXIMUM_BRIGHTNESS + #define RGB_MATRIX_STARTUP_SPD 127 #define RGB_MATRIX_DISABLE_KEYCODES // disables control of rgb matrix by keycodes (must use code functions to control the feature) #endif