diff options
| author | James Young | 2024-05-20 21:55:19 +0200 |
|---|---|---|
| committer | GitHub | 2024-05-20 21:55:19 +0200 |
| commit | b7b4ffc44974e8f8c65bf54b32a8fc8f1b2ee043 (patch) | |
| tree | c11f94c4c64e7866c5b4290b93ded58f201c865f /keyboards/converter/adb_usb | |
| parent | bf42707eed2cee8e6b0ad579df2924e50eada841 (diff) | |
Migrate `LOCKING_*_ENABLE` to Data-Driven: A-C, Part 3 (#23747)
Affects:
- `ck60i`
- `coarse/cordillera`
- `contender`
- `converter/a1200/mistress1200`
- `converter/adb_usb`
- `converter/m0110_usb`
- `converter/siemens_tastatur`
- `cool836a`
- `copenhagen_click/click_pad_v1`
- `coseyfannitutti/discipad`
- `coseyfannitutti/discipline`
- `coseyfannitutti/mysterium`
- `coseyfannitutti/romeo`
- `cozykeys/bloomer`
- `cozykeys/speedo/v2`
- `cozykeys/speedo/v3`
- `craftwalk`
- `crawlpad`
- `crazy_keyboard_68`
- `crbn`
- `creatkeebs/glacier`
- `crimsonkeyboards/resume1800`
- `crin`
- `cutie_club/borsdorf`
- `cutie_club/fidelity`
- `cutie_club/giant_macro_pad`
- `cutie_club/keebcats/denis`
- `cutie_club/keebcats/dougal`
- `cutie_club/novus`
- `cutie_club/wraith`
Diffstat (limited to 'keyboards/converter/adb_usb')
| -rw-r--r-- | keyboards/converter/adb_usb/config.h | 5 | ||||
| -rw-r--r-- | keyboards/converter/adb_usb/info.json | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/keyboards/converter/adb_usb/config.h b/keyboards/converter/adb_usb/config.h index b6eb105bbd..ac1bfbe2f7 100644 --- a/keyboards/converter/adb_usb/config.h +++ b/keyboards/converter/adb_usb/config.h @@ -23,11 +23,6 @@ Ported to QMK by Peter Roe <pete@13bit.me> #define MATRIX_ROWS 16 // keycode bit: 3-0 #define MATRIX_COLS 8 // keycode bit: 6-4 -/* 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 - /* ADB port setting */ #define ADB_PORT PORTD #define ADB_PIN PIND diff --git a/keyboards/converter/adb_usb/info.json b/keyboards/converter/adb_usb/info.json index 47467a97c7..3fbe2c0c74 100644 --- a/keyboards/converter/adb_usb/info.json +++ b/keyboards/converter/adb_usb/info.json @@ -13,6 +13,12 @@ "mousekey": false, "extrakey": true }, + "qmk": { + "locking": { + "enabled": true, + "resync": true + } + }, "layouts": { "LAYOUT_ext_ansi": { "layout": [ |