Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect search order for
rgblight_breathe_table.h
that `rgbli…
…ght.c` includes. (qmk#11192) When `rgblight.c` includes `rgblight_breathe_table.h`, the search order should be as follows. * `keyboards/KEYBOARD/keymaps/USER/rgblight_breathe_table.h` * `users/USER/rgblight_breathe_table.h` * `quantum/rgblight_breathe_table.h` However, the current implementation was wrong, so I fixed it.
- Loading branch information