Skip to content
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

Closed
wants to merge 3 commits into from
Closed

Conversation

mechlovin
Copy link
Contributor

Description

Add Adelais en ciel - compatible with TGR Alice and all clone variants

Types of Changes

  • Core
  • Bugfix
  • New feature
  • Enhancement/optimization
  • Keyboard (addition or update)
  • Keymap/layout/userspace (addition or update)
  • Documentation

Issues Fixed or Closed by This PR

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • I have tested the changes and verified that they work and don't break anything (as well as I can manage).

Alice compatible RGB PCB
@drashna drashna requested a review from a team April 29, 2020 10:17
*/

#include "adelais_en_ciel.h"
led_config_t g_led_config = { {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
led_config_t g_led_config = { {
#ifdef RGB_MATRIX_ENABLE
led_config_t g_led_config = { {

Copy link
Contributor Author

@mechlovin mechlovin Apr 29, 2020

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

Copy link
Member

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,
} };
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
} };
} };
#endif

@drashna drashna requested a review from a team April 29, 2020 16:50
@fauxpark fauxpark mentioned this pull request Apr 30, 2020
13 tasks
@mechlovin
Copy link
Contributor Author

Thank you! Have to close this PR.

@mechlovin mechlovin closed this Apr 30, 2020
@mechlovin mechlovin deleted the dev_adelais-en-ciel branch April 30, 2020 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants