diff options
| author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2024-05-21 05:00:53 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-21 13:00:53 +0100 |
| commit | 2b926774cae11e55001435d0475436137afda7fb (patch) | |
| tree | 02e3ce83d57f023d9a5564ee285fcb51699519ae /keyboards/halfcliff | |
| parent | b6996790378017b28adaadb9ef950fcca345fd63 (diff) | |
Migrate `LOCKING_*_ENABLE` to Data-Driven: H, Part 1 (#23759)
Affects:
- `h0oni/deskpad`
- `h0oni/hotduck`
- `halfcliff`
- `halokeys/elemental75`
- `han60`
- `hardlineworks/otd_plus`
- `helix/rev3_4rows`
- `helix/rev3_5rows`
- `hfdkb/ac001`
- `hidtech/bastyl`
- `hineybush/h08_ocelot`
- `hineybush/h10`
- `hineybush/h60`
- `hineybush/h65`
- `hineybush/h65_hotswap`
- `hineybush/h660s`
- `hineybush/h75_singa`
- `hineybush/h87a`
- `hineybush/h88`
- `hineybush/hbcp`
- `hineybush/hineyg80`
- `hineybush/physix`
- `hineybush/sm68`
- `hnahkb/freyr`
- `hnahkb/stella`
- `hnahkb/vn66`
- `horizon`
- `hotdox`
- `hs60/v1`
Diffstat (limited to 'keyboards/halfcliff')
| -rw-r--r-- | keyboards/halfcliff/config.h | 5 | ||||
| -rw-r--r-- | keyboards/halfcliff/keyboard.json | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/keyboards/halfcliff/config.h b/keyboards/halfcliff/config.h index d3c5de4338..be92d93d93 100644 --- a/keyboards/halfcliff/config.h +++ b/keyboards/halfcliff/config.h | |||
| @@ -24,8 +24,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 24 | 24 | ||
| 25 | #define MATRIX_ROW_PINS { F5, F6, F7, D7, B5, F5, F6, F7, D7, B5 } | 25 | #define MATRIX_ROW_PINS { F5, F6, F7, D7, B5, F5, F6, F7, D7, B5 } |
| 26 | #define MATRIX_COL_PINS { B4, E6, C6, B6, B2 } | 26 | #define MATRIX_COL_PINS { B4, E6, C6, B6, B2 } |
| 27 | |||
| 28 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 29 | #define LOCKING_SUPPORT_ENABLE | ||
| 30 | /* Locking resynchronize hack */ | ||
| 31 | #define LOCKING_RESYNC_ENABLE | ||
diff --git a/keyboards/halfcliff/keyboard.json b/keyboards/halfcliff/keyboard.json index 1f60537b24..a864c4ce33 100644 --- a/keyboards/halfcliff/keyboard.json +++ b/keyboards/halfcliff/keyboard.json | |||
| @@ -34,6 +34,12 @@ | |||
| 34 | "mousekey": false, | 34 | "mousekey": false, |
| 35 | "extrakey": false | 35 | "extrakey": false |
| 36 | }, | 36 | }, |
| 37 | "qmk": { | ||
| 38 | "locking": { | ||
| 39 | "enabled": true, | ||
| 40 | "resync": true | ||
| 41 | } | ||
| 42 | }, | ||
| 37 | "layouts": { | 43 | "layouts": { |
| 38 | "LAYOUT": { | 44 | "LAYOUT": { |
| 39 | "layout": [ | 45 | "layout": [ |
