aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/cipulot/ec_60x/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/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/rules.mk')
-rw-r--r--keyboards/cipulot/ec_60x/rules.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboards/cipulot/ec_60x/rules.mk b/keyboards/cipulot/ec_60x/rules.mk
new file mode 100644
index 0000000000..318e0215ce
--- /dev/null
+++ b/keyboards/cipulot/ec_60x/rules.mk
@@ -0,0 +1,5 @@
+CUSTOM_MATRIX = lite
+ANALOG_DRIVER_REQUIRED = yes
+VPATH += keyboards/cipulot/common
+SRC += matrix.c ec_board.c ec_switch_matrix.c
+OPT = 2