diff options
| author | Cipulot | 2023-03-08 11:43:57 +0100 |
|---|---|---|
| committer | GitHub | 2023-03-08 11:43:57 +0100 |
| commit | 5e4d23c54c6e65e7ed6030f911c7859eb29cf0c5 (patch) | |
| tree | 34b00ecb8f3133fd8bb6aefc9a1d0843b3d27d9d /keyboards/cipulot/ec_pro2/rules.mk | |
| parent | 2317c768e45f551143163f7d94140c7efe3217f3 (diff) | |
EC Pro 2 PCB (#19917)
* EC Pro 2 firmware by Cipulot
Diffstat (limited to 'keyboards/cipulot/ec_pro2/rules.mk')
| -rw-r--r-- | keyboards/cipulot/ec_pro2/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/cipulot/ec_pro2/rules.mk b/keyboards/cipulot/ec_pro2/rules.mk new file mode 100644 index 0000000000..b27b0f7ac0 --- /dev/null +++ b/keyboards/cipulot/ec_pro2/rules.mk @@ -0,0 +1,2 @@ +CUSTOM_MATRIX = lite +SRC += analog.c matrix.c ec_switch_matrix.c |