Skip to content

Commit f549b30

Browse files
PeterFalkenzvecr
andauthored
chore: Allow disabling underglow on Work Louder devices (#25123) (#25120)
* Allow disabling Underglow on Work Louder devices Allows disabling Underglow on Work Louder devices by using `RGBLIGHT_ENABLE = no` on rules.mk * Update keyboards/work_louder/rgb_functions.c Suggested by @zvecr on review. Co-authored-by: Joel Challis <git@zvecr.com> --------- Co-authored-by: Joel Challis <git@zvecr.com>
1 parent a0f40d9 commit f549b30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

keyboards/work_louder/rgb_functions.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1515
*/
1616

17+
#ifdef RGBLIGHT_ENABLE
18+
1719
#include "rgblight.h"
18-
#include "rgb_matrix.h"
1920

20-
#ifdef RGBLIGHT_ENABLE
2121
#undef WS2812_DI_PIN
2222
#define WS2812_DI_PIN RGBLIGHT_DI_PIN
2323

0 commit comments

Comments
 (0)