diff options
author | TerryMathews <terry@terrymathews.net> | 2021-07-20 00:01:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-19 21:01:36 -0700 |
commit | 9941cf00519349c8487ac18fee92f5114150194a (patch) | |
tree | d6df3cac6ae277f36084736f0a594949690b3b94 /keyboards/tkc/portico/portico.h | |
parent | 8b0a996d5d4bec0ee5901ee217650d8f432b4f5a (diff) |
[Keyboard] PORTICO: add support for wt_rgb (#13241)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/tkc/portico/portico.h')
-rw-r--r-- | keyboards/tkc/portico/portico.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>. #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 |