aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/cipulot/ec_60x/post_rules.mk
diff options
context:
space:
mode:
authorCipulot2024-07-04 04:42:07 +0200
committerGitHub2024-07-04 04:42:07 +0200
commit1c6cdb8d74ae58583fb99c194aa94224a03f0162 (patch)
tree31a79c8a0f8d0f8c69864791f8e42807cba1aff6 /keyboards/cipulot/ec_60x/post_rules.mk
parentc663f5e9f33384a1589b4b476610f3069c8c2542 (diff)
[Keyboard] Addition of EC 60X (#24028)
* Addition of EC 60X * Update keyboards/cipulot/ec_60x/keymaps/via/keymap.c Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/cipulot/ec_60x/keymaps/default/keymap.c Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/cipulot/ec_60x/keyboard.json Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/cipulot/ec_60x/keyboard.json Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/cipulot/ec_60x/keyboard.json Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Update keyboards/cipulot/ec_60x/keyboard.json Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> * Revert "Update keyboards/cipulot/ec_60x/keyboard.json" This reverts commit 5f49ef63cdcc4ff99d8056b243d255fd9b30420c. * Revert "Update keyboards/cipulot/ec_60x/keyboard.json" This reverts commit 5fb9706acd7bcd40f60edfe2d8c46bffc460ee5e. * revert of what was done with the layouts * Update keyboards/cipulot/ec_60x/mcuconf.h Co-authored-by: Drashna Jaelre <drashna@live.com> --------- Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/cipulot/ec_60x/post_rules.mk')
-rw-r--r--keyboards/cipulot/ec_60x/post_rules.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/cipulot/ec_60x/post_rules.mk b/keyboards/cipulot/ec_60x/post_rules.mk
new file mode 100644
index 0000000000..d726a112a8
--- /dev/null
+++ b/keyboards/cipulot/ec_60x/post_rules.mk
@@ -0,0 +1,3 @@
+ifeq ($(strip $(VIA_ENABLE)), yes)
+ SRC += keyboards/cipulot/common/via_ec.c
+endif