diff options
| author | Cipulot | 2024-04-30 19:36:28 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-30 19:36:28 +0200 |
| commit | a426abf017cce185c0b79fc2eb7f16a8c1442bed (patch) | |
| tree | 0be20623c749b8aeabd063a8931caf0dbbc3e0ad /keyboards/cipulot/ec_tkl/post_rules.mk | |
| parent | 4e9967557ef9d68202f9e321a0798be2490b51a7 (diff) | |
Add EC TKL (#23177)
Diffstat (limited to 'keyboards/cipulot/ec_tkl/post_rules.mk')
| -rw-r--r-- | keyboards/cipulot/ec_tkl/post_rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/cipulot/ec_tkl/post_rules.mk b/keyboards/cipulot/ec_tkl/post_rules.mk new file mode 100644 index 0000000000..d726a112a8 --- /dev/null +++ b/keyboards/cipulot/ec_tkl/post_rules.mk @@ -0,0 +1,3 @@ +ifeq ($(strip $(VIA_ENABLE)), yes) + SRC += keyboards/cipulot/common/via_ec.c +endif |