diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2024-05-20 12:55:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-20 20:55:19 +0100 |
commit | b7b4ffc44974e8f8c65bf54b32a8fc8f1b2ee043 (patch) | |
tree | c11f94c4c64e7866c5b4290b93ded58f201c865f /keyboards/crawlpad | |
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/crawlpad')
-rwxr-xr-x | keyboards/crawlpad/config.h | 6 | ||||
-rw-r--r-- | keyboards/crawlpad/keyboard.json | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/crawlpad/config.h b/keyboards/crawlpad/config.h index cf006905ab..6e1c508978 100755 --- a/keyboards/crawlpad/config.h +++ b/keyboards/crawlpad/config.h @@ -3,12 +3,6 @@ /* Pins for custom per-row LEDs. Should be changed to use named pins. */ #define LED_ROW_PINS { 8, 9, 10, 11 } -/* 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 - /* key combination for command */ #define IS_COMMAND() ( \ false \ diff --git a/keyboards/crawlpad/keyboard.json b/keyboards/crawlpad/keyboard.json index 1e9bb74c76..d4f1c43971 100644 --- a/keyboards/crawlpad/keyboard.json +++ b/keyboards/crawlpad/keyboard.json @@ -34,6 +34,12 @@ "mousekey": true, "nkro": true }, + "qmk": { + "locking": { + "enabled": true, + "resync": true + } + }, "matrix_pins": { "cols": ["D4", "D5", "D6", "D7"], "rows": ["F0", "F1", "F4", "F5"] |