RGBLight/Backlight: add prefixed driver defines (#22089)

This commit is contained in:
Ryan 2023-09-21 15:50:01 +10:00 committed by GitHub
parent 3062c98093
commit f8cea06be3
Failed to generate hash of commit
4 changed files with 5 additions and 7 deletions

View file

@ -440,7 +440,7 @@ const rgb_matrix_driver_t rgb_matrix_driver = {
};
#elif defined(RGB_MATRIX_WS2812)
# if defined(RGBLIGHT_ENABLE) && !defined(RGBLIGHT_CUSTOM_DRIVER)
# if defined(RGBLIGHT_WS2812)
# pragma message "Cannot use RGBLIGHT and RGB Matrix using WS2812 at the same time."
# pragma message "You need to use a custom driver, or re-implement the WS2812 driver to use a different configuration."
# endif