diff options
| author | Ryan <fauxpark@gmail.com> | 2021-06-23 10:16:41 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-23 10:16:41 +1000 |
| commit | 791363a6806d575e767ccf1de5bedb6224e39f97 (patch) | |
| tree | 3ad39e537eda1bf41f77855afd308ba5090ff0ef /quantum/process_keycode | |
| parent | 540d95125c9d0cc80ce1b1bd6be2d468edacd905 (diff) | |
| download | qmk_firmware-791363a6806d575e767ccf1de5bedb6224e39f97.tar.gz qmk_firmware-791363a6806d575e767ccf1de5bedb6224e39f97.zip | |
Remove rgblight stubs (#13302)
Diffstat (limited to 'quantum/process_keycode')
| -rw-r--r-- | quantum/process_keycode/process_rgb.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/quantum/process_keycode/process_rgb.c b/quantum/process_keycode/process_rgb.c index 167c0c03c..b9fee1ca5 100644 --- a/quantum/process_keycode/process_rgb.c +++ b/quantum/process_keycode/process_rgb.c | |||
| @@ -14,7 +14,6 @@ | |||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 15 | */ | 15 | */ |
| 16 | #include "process_rgb.h" | 16 | #include "process_rgb.h" |
| 17 | #include "rgb.h" | ||
| 18 | 17 | ||
| 19 | typedef void (*rgb_func_pointer)(void); | 18 | typedef void (*rgb_func_pointer)(void); |
| 20 | 19 | ||
