properly handle the split leds
This commit is contained in:
parent
31f60b887a
commit
7431de366a
|
|
@ -32,7 +32,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
#undef RGBLED_NUM
|
||||
#define RGBLED_NUM 27
|
||||
#define RGBLED_NUM 54
|
||||
#define RGBLED_SPLIT { 27, 27 }
|
||||
#define RGBLIGHT_LIMIT_VAL 120
|
||||
#define RGBLIGHT_LAYERS
|
||||
#define RGBLIGHT_SPLIT
|
||||
|
|
|
|||
Loading…
Reference in New Issue