diff options
| author | Cipulot | 2024-04-30 19:34:37 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-30 19:34:37 +0200 |
| commit | 636c96ad256b1b2f21c4c810d195c78402e060a0 (patch) | |
| tree | cbc204b10d508783011de857339747e9433b8542 /keyboards/cipulot/ec_23u | |
| parent | e2618dc35cc04fbbcf857559df78d7eb9aa43640 (diff) | |
Add EC Virgo (#23173)
Co-authored-by: jack <0x6a73@protonmail.com>
Diffstat (limited to 'keyboards/cipulot/ec_23u')
| -rw-r--r-- | keyboards/cipulot/ec_23u/config.h | 5 | ||||
| -rw-r--r-- | keyboards/cipulot/ec_23u/info.json | 6 | ||||
| -rw-r--r-- | keyboards/cipulot/ec_23u/rules.mk | 3 |
3 files changed, 8 insertions, 6 deletions
diff --git a/keyboards/cipulot/ec_23u/config.h b/keyboards/cipulot/ec_23u/config.h index 3a3d482e3d..f5b74b9e60 100644 --- a/keyboards/cipulot/ec_23u/config.h +++ b/keyboards/cipulot/ec_23u/config.h @@ -62,8 +62,3 @@ #define EECONFIG_KB_DATA_SIZE 57 -/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ -#define LOCKING_SUPPORT_ENABLE - -/* Locking resynchronize hack */ -#define LOCKING_RESYNC_ENABLE diff --git a/keyboards/cipulot/ec_23u/info.json b/keyboards/cipulot/ec_23u/info.json index 0f656f8e8c..17aa5eb6e7 100644 --- a/keyboards/cipulot/ec_23u/info.json +++ b/keyboards/cipulot/ec_23u/info.json @@ -6,6 +6,12 @@ "build": { "lto": true }, + "qmk": { + "locking": { + "enabled": true, + "resync": true + } + }, "diode_direction": "COL2ROW", "features": { "bootmagic": false, diff --git a/keyboards/cipulot/ec_23u/rules.mk b/keyboards/cipulot/ec_23u/rules.mk index ab6c37cad4..318e0215ce 100644 --- a/keyboards/cipulot/ec_23u/rules.mk +++ b/keyboards/cipulot/ec_23u/rules.mk @@ -1,4 +1,5 @@ CUSTOM_MATRIX = lite ANALOG_DRIVER_REQUIRED = yes -SRC += keyboards/cipulot/common/matrix.c keyboards/cipulot/common/ec_board.c keyboards/cipulot/common/ec_switch_matrix.c +VPATH += keyboards/cipulot/common +SRC += matrix.c ec_board.c ec_switch_matrix.c OPT = 2 |