diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-20 04:02:05 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-20 04:02:05 +0000 |
commit | 18ae1f423ffdd26deead0d8b3864eacf173a57b8 (patch) | |
tree | fd731c6057cd9dd08ea65ad93e7348c653683db0 /keyboards/tkc/portico/rules.mk | |
parent | cf4a121700439cb46585a6479439ab7ee9c38144 (diff) | |
parent | 9941cf00519349c8487ac18fee92f5114150194a (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 |