diff options
| author | James Young | 2024-05-20 21:34:57 +0200 |
|---|---|---|
| committer | GitHub | 2024-05-20 21:34:57 +0200 |
| commit | 03f0d683420a1efa9709f61dd778e764300d86ea (patch) | |
| tree | 7d6f91e67c4c0036838fbc98ebccdefb0cf36a82 /keyboards/doppelganger | |
| parent | 4d31c5172515a3cf5ea92010142ae11a2743e235 (diff) | |
Migrate `LOCKING_*_ENABLE` to Data-Driven: D, Part 2 (#23750)
Affects:
- `do60`
- `doio/kb30`
- `donutcables/scrabblepad`
- `doppelganger`
- `doro67/rgb`
- `dotmod/dymium65`
- `draytronics/daisy`
- `draytronics/elise`
- `draytronics/elise_v2`
- `drewkeys/iskar`
- `drhigsby/bkf`
- `drhigsby/dubba175`
- `drhigsby/ogurec`
- `drhigsby/packrat`
- `dtisaac/cg108`
- `dumbo`
- `dz60`
- `dztech/bocc`
- `dztech/duo_s`
Diffstat (limited to 'keyboards/doppelganger')
| -rw-r--r-- | keyboards/doppelganger/config.h | 5 | ||||
| -rw-r--r-- | keyboards/doppelganger/keyboard.json | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/keyboards/doppelganger/config.h b/keyboards/doppelganger/config.h index a18b484746..20a23ab6da 100644 --- a/keyboards/doppelganger/config.h +++ b/keyboards/doppelganger/config.h @@ -21,11 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // #define USE_I2C -/* 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 - /* * Feature disable options * These options are also useful to firmware size reduction. diff --git a/keyboards/doppelganger/keyboard.json b/keyboards/doppelganger/keyboard.json index 2be90e30ab..9ea2241a80 100644 --- a/keyboards/doppelganger/keyboard.json +++ b/keyboards/doppelganger/keyboard.json @@ -41,6 +41,12 @@ "extrakey": true, "rgblight": true }, + "qmk": { + "locking": { + "enabled": true, + "resync": true + } + }, "layouts": { "LAYOUT": { "layout": [ |