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/rules.mk | |
parent | 8b0a996d5d4bec0ee5901ee217650d8f432b4f5a (diff) |
[Keyboard] PORTICO: add support for wt_rgb (#13241)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/tkc/portico/rules.mk')
-rw-r--r-- | keyboards/tkc/portico/rules.mk | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/keyboards/tkc/portico/rules.mk b/keyboards/tkc/portico/rules.mk index 1cbcd95d6a..84a65370e3 100644 --- a/keyboards/tkc/portico/rules.mk +++ b/keyboards/tkc/portico/rules.mk @@ -20,7 +20,16 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow BLUETOOTH_ENABLE = no # Enable Bluetooth AUDIO_ENABLE = no # Audio output -RGB_MATRIX_ENABLE = yes # Use RGB matrix +RGB_MATRIX_ENABLE = no RGB_MATRIX_DRIVER = IS31FL3731 +CIE1931_CURVE = yes + +# project specific files +SRC += keyboards/wilba_tech/wt_main.c \ + keyboards/wilba_tech/wt_rgb_backlight.c \ + quantum/color.c \ + drivers/issi/is31fl3731.c + +QUANTUM_LIB_SRC += i2c_master.c LAYOUTS = 65_ansi_blocker |