-
-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
add adelais en ciel #8944
add adelais en ciel #8944
Conversation
Alice compatible RGB PCB
*/ | ||
|
||
#include "adelais_en_ciel.h" | ||
led_config_t g_led_config = { { |
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.
led_config_t g_led_config = { { | |
#ifdef RGB_MATRIX_ENABLE | |
led_config_t g_led_config = { { |
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.
this pcb is rgb pcb, so i think we don't need to define RGB_MATRIX_ENABLE
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.
It is, but somebody may want to ... shudders disable the RGB matrix on the board.
And if they do, the compile will fail if this isn't behind a preprocessor ifdef.
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | ||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | ||
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, | ||
} }; |
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.
} }; | |
} }; | |
#endif |
Thank you! Have to close this PR. |
Description
Add Adelais en ciel - compatible with TGR Alice and all clone variants
Types of Changes
Issues Fixed or Closed by This PR
Checklist