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 @@ | |||
| 3 | /* Pins for custom per-row LEDs. Should be changed to use named pins. */ | 3 | /* Pins for custom per-row LEDs. Should be changed to use named pins. */ |
| 4 | #define LED_ROW_PINS { 8, 9, 10, 11 } | 4 | #define LED_ROW_PINS { 8, 9, 10, 11 } |
| 5 | 5 | ||
| 6 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 7 | #define LOCKING_SUPPORT_ENABLE | ||
| 8 | |||
| 9 | /* Locking resynchronize hack */ | ||
| 10 | #define LOCKING_RESYNC_ENABLE | ||
| 11 | |||
| 12 | /* key combination for command */ | 6 | /* key combination for command */ |
| 13 | #define IS_COMMAND() ( \ | 7 | #define IS_COMMAND() ( \ |
| 14 | false \ | 8 | 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 @@ | |||
| 34 | "mousekey": true, | 34 | "mousekey": true, |
| 35 | "nkro": true | 35 | "nkro": true |
| 36 | }, | 36 | }, |
| 37 | "qmk": { | ||
| 38 | "locking": { | ||
| 39 | "enabled": true, | ||
| 40 | "resync": true | ||
| 41 | } | ||
| 42 | }, | ||
| 37 | "matrix_pins": { | 43 | "matrix_pins": { |
| 38 | "cols": ["D4", "D5", "D6", "D7"], | 44 | "cols": ["D4", "D5", "D6", "D7"], |
| 39 | "rows": ["F0", "F1", "F4", "F5"] | 45 | "rows": ["F0", "F1", "F4", "F5"] |
