diff options
author | QMK Bot <hello@qmk.fm> | 2022-02-04 21:19:15 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-02-04 21:19:15 +0000 |
commit | b4dba89dc4c4c0ad1a7bc10bd5bccbc189868f05 (patch) | |
tree | 244b83415ce59072a08f0953b57616e07107731b /keyboards/tkc/portico75/keymaps/via/rules.mk | |
parent | a72f4346ce7b5e33e18c799b1682b53f58f9580c (diff) | |
parent | c067d374d7ff0a30b6b729657a1a83cca9e1e42a (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/tkc/portico75/keymaps/via/rules.mk')
-rw-r--r-- | keyboards/tkc/portico75/keymaps/via/rules.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/tkc/portico75/keymaps/via/rules.mk b/keyboards/tkc/portico75/keymaps/via/rules.mk new file mode 100644 index 0000000000..9680dd9373 --- /dev/null +++ b/keyboards/tkc/portico75/keymaps/via/rules.mk @@ -0,0 +1,11 @@ +VIA_ENABLE = yes +LTO_ENABLE = yes +RGB_MATRIX_ENABLE = no # Use RGB matrix + +# project specific files +SRC += keyboards/wilba_tech/wt_main.c \ + keyboards/wilba_tech/wt_rgb_backlight.c \ + quantum/color.c \ + drivers/led/issi/is31fl3741.c + +QUANTUM_LIB_SRC += i2c_master.c |