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

Revert "Add rgblight to RGB Matrix VPATH" #13559

Merged
merged 2 commits into from Jul 17, 2021

Conversation

fauxpark
Copy link
Member

Reverts #13371

With #13555 and #13509, this should theoretically not be needed anymore.

@fauxpark fauxpark added the core label Jul 16, 2021
@fauxpark fauxpark requested a review from a team July 16, 2021 05:04
@fauxpark fauxpark force-pushed the revert-13371-rgb-matrix-vpath-fix branch from 6fd0432 to c20f80a Compare July 16, 2021 05:14
@github-actions github-actions bot removed the keymap label Jul 16, 2021
@drashna drashna requested a review from a team July 16, 2021 05:40
@mtei
Copy link
Contributor

mtei commented Jul 16, 2021

% make ergodox_ez:default_glow 
QMK Firmware 0.13.20
WARNING: Some git submodules are out of date or modified.
 Please consider running make git-submodule.

Making ergodox_ez with keymap default_glow

avr-gcc (Homebrew AVR GCC 8.4.0_2) 8.4.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiling: keyboards/ergodox_ez/matrix.c                                                           In file included from quantum/quantum.h:45,
                 from keyboards/ergodox_ez/ergodox_ez.h:23,
                 from keyboards/ergodox_ez/matrix.c:35:
quantum/rgb_matrix/rgb_matrix.h:26:10: fatal error: rgblight_list.h: No such file or directory
 #include "rgblight_list.h"
          ^~~~~~~~~~~~~~~~~
compilation terminated.
 [ERRORS]
 | 
 | 
 | 
make[1]: *** [.build/obj_ergodox_ez_default_glow/matrix.o] Error 1
make: *** [ergodox_ez:default_glow] Error 1
Make finished with errors

@fauxpark
Copy link
Member Author

rgblight_list.h now only contains some deprecated shortcuts for setting colours, so it is basically safe to remove from rgb_matrix.h. Anyone using those symbols will need to update their code.

@mtei
Copy link
Contributor

mtei commented Jul 16, 2021

rgblight_list.h now only contains some deprecated shortcuts for setting colours, so it is basically safe to remove from rgb_matrix.h.

If so, shouldn't it be done with this PR?

@fauxpark
Copy link
Member Author

Yup, and done.

@fauxpark fauxpark merged commit 777fffb into develop Jul 17, 2021
@fauxpark fauxpark deleted the revert-13371-rgb-matrix-vpath-fix branch July 17, 2021 03:39
nhongooi pushed a commit to nhongooi/qmk_firmware that referenced this pull request Dec 5, 2021
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.

None yet

3 participants