diff options
| author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2024-05-22 11:06:09 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-22 19:06:09 +0100 |
| commit | 16d2db5048acedfc9dd5f8e85ca19e50f139ba13 (patch) | |
| tree | e70bef76706fc0fea230bc62d821a3e3bb8d46f9 /keyboards/jadookb | |
| parent | 071434c04f77c3c277199982b3c4b5ffcd97618c (diff) | |
Migrate `LOCKING_*_ENABLE` to Data-Driven: I-J (#23767)
Affects:
- `ianklug/grooveboard`
- `ibm/model_m/modelh`
- `ibm/model_m_122/ibm122m`
- `ibnuda/gurindam`
- `idb/idb_60`
- `idobao/id75/v1`
- `idobao/id75/v2`
- `idobao/id96`
- `idobao/montex/v1`
- `illuminati/is0`
- `illusion/rosa`
- `ilumkb/primus75`
- `ilumkb/volcano660`
- `inland/kb83`
- `input_club/ergodox_infinity`
- `irene`
- `iriskeyboards`
- `iron180`
- `jacky_studio/bear_65/rev1`
- `jacky_studio/bear_65/rev2`
- `jacky_studio/s7_elephant/rev1`
- `jacky_studio/s7_elephant/rev2`
- `jadookb/jkb65`
- `jae/j01`
- `jagdpietr/drakon`
- `jd40`
- `jd45`
- `jels/boaty`
- `jels/jels60/v1`
- `jels/jels60/v2`
- `jels/jels88`
- `jolofsor/denial75`
- `jorne/rev1`
- `joshajohnson/hub16`
- `joshajohnson/hub20`
- `jukaie/jk01`
Diffstat (limited to 'keyboards/jadookb')
| -rw-r--r-- | keyboards/jadookb/jkb65/config.h | 3 | ||||
| -rw-r--r-- | keyboards/jadookb/jkb65/info.json | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/keyboards/jadookb/jkb65/config.h b/keyboards/jadookb/jkb65/config.h index 4d138814be..a0793c5861 100644 --- a/keyboards/jadookb/jkb65/config.h +++ b/keyboards/jadookb/jkb65/config.h | |||
| @@ -17,6 +17,3 @@ | |||
| 17 | #pragma once | 17 | #pragma once |
| 18 | 18 | ||
| 19 | #define RGB_MATRIX_LED_COUNT 67 | 19 | #define RGB_MATRIX_LED_COUNT 67 |
| 20 | |||
| 21 | #define LOCKING_SUPPORT_ENABLE | ||
| 22 | #define LOCKING_RESYNC_ENABLE | ||
diff --git a/keyboards/jadookb/jkb65/info.json b/keyboards/jadookb/jkb65/info.json index 99460a3002..054b1c5452 100644 --- a/keyboards/jadookb/jkb65/info.json +++ b/keyboards/jadookb/jkb65/info.json | |||
| @@ -14,6 +14,12 @@ | |||
| 14 | "nkro": true, | 14 | "nkro": true, |
| 15 | "rgb_matrix": true | 15 | "rgb_matrix": true |
| 16 | }, | 16 | }, |
| 17 | "qmk": { | ||
| 18 | "locking": { | ||
| 19 | "enabled": true, | ||
| 20 | "resync": true | ||
| 21 | } | ||
| 22 | }, | ||
| 17 | "usb": { | 23 | "usb": { |
| 18 | "vid": "0x4A4B", | 24 | "vid": "0x4A4B", |
| 19 | "pid": "0xEF6A" | 25 | "pid": "0xEF6A" |
