From 9941cf00519349c8487ac18fee92f5114150194a Mon Sep 17 00:00:00 2001 From: TerryMathews Date: Tue, 20 Jul 2021 00:01:36 -0400 Subject: [Keyboard] PORTICO: add support for wt_rgb (#13241) Co-authored-by: Ryan --- keyboards/tkc/portico/portico.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'keyboards/tkc/portico/portico.h') diff --git a/keyboards/tkc/portico/portico.h b/keyboards/tkc/portico/portico.h index 7add429432..71b28074dd 100644 --- a/keyboards/tkc/portico/portico.h +++ b/keyboards/tkc/portico/portico.h @@ -18,6 +18,10 @@ along with this program. If not, see . #pragma once #include "quantum.h" +#ifdef RGB_BACKLIGHT_PORTICO +#include "keyboards/wilba_tech/wt_rgb_backlight_keycodes.h" +#include "via.h" +#endif #define XXX KC_NO -- cgit v1.2.3