-
-
Notifications
You must be signed in to change notification settings - Fork 39.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove unnecessary rgblight.h
include.
#13555
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should also be removed from the RGB Matrix VPATH in common_features.mk
% grep rgblight_list quantum/rgb_matrix*.[ch]
quantum/rgb_matrix.h:#include "rgblight_list.h" |
This PR target is 'master'. Like #13509 |
Ah right. So my PR can be reverted once this is merged. |
I lost my rgb when I applied this tag. Should I make any modifications to my keymap?? I'm using RGBLIGHTS not RGB MATRIX
|
If you're using RGBLight then this PR is not relevant. |
This PR change should not affect keyboards / keymaps with Are your keyboards and keymaps registered in this repository? |
Description
remove
#include "rgblight.h"
whendefined(RGB_MATRIX_ENABLE)
from quantum.hTypes of Changes
Checklist