aboutsummaryrefslogtreecommitdiff
path: root/quantum/process_keycode
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-06-23 10:16:41 +1000
committerGitHub <noreply@github.com>2021-06-23 10:16:41 +1000
commit791363a6806d575e767ccf1de5bedb6224e39f97 (patch)
tree3ad39e537eda1bf41f77855afd308ba5090ff0ef /quantum/process_keycode
parent540d95125c9d0cc80ce1b1bd6be2d468edacd905 (diff)
downloadqmk_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.c1
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
19typedef void (*rgb_func_pointer)(void); 18typedef void (*rgb_func_pointer)(void);
20 19