LED Matrix: decouple from Backlight (#12054)

This commit is contained in:
Ryan 2021-03-08 16:55:00 +11:00 committed by GitHub
parent b0069c5c05
commit 9155b59e1a
Failed to generate hash of commit
7 changed files with 45 additions and 27 deletions

View file

@ -21,10 +21,6 @@
#include "led_matrix_types.h"
#ifndef BACKLIGHT_ENABLE
# error You must define BACKLIGHT_ENABLE with LED_MATRIX_ENABLE
#endif
enum led_matrix_effects {
LED_MATRIX_UNIFORM_BRIGHTNESS = 1,
// All new effects go above this line