From 753701d6f537ea02137c227f2727477229baa45b Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Fri, 16 Aug 2024 16:27:11 +0200 Subject: Added the rgb backlight configuration --- qmk/keyboards/sofle_choc/keymaps/custom/rules.mk | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'qmk/keyboards/sofle_choc/keymaps/custom/rules.mk') diff --git a/qmk/keyboards/sofle_choc/keymaps/custom/rules.mk b/qmk/keyboards/sofle_choc/keymaps/custom/rules.mk index eca5361..2703553 100644 --- a/qmk/keyboards/sofle_choc/keymaps/custom/rules.mk +++ b/qmk/keyboards/sofle_choc/keymaps/custom/rules.mk @@ -3,4 +3,10 @@ SPLIT_KEYBOARD = yes TAP_DANCE_ENABLE = yes CAPS_WORD_ENABLE = yes KEY_OVERRIDE_ENABLE = yes -SRC += quad_tapdance.c keycodes.c overrides.c +RGBLIGHT_ENABLE = no +BACKLIGHT_ENABLE = no + +RGB_MATRIX_ENABLE = yes +RGB_MATRIX_DRIVER = ws2812 + +SRC += quad_tapdance.c keycodes.c overrides.c lighting.c -- cgit v1.2.3