diff options
| author | James Young | 2024-05-21 14:00:53 +0200 |
|---|---|---|
| committer | GitHub | 2024-05-21 14:00:53 +0200 |
| commit | 2b926774cae11e55001435d0475436137afda7fb (patch) | |
| tree | 02e3ce83d57f023d9a5564ee285fcb51699519ae /keyboards/hineybush/hineyg80 | |
| 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/hineybush/hineyg80')
| -rw-r--r-- | keyboards/hineybush/hineyg80/config.h | 7 | ||||
| -rw-r--r-- | keyboards/hineybush/hineyg80/keyboard.json | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/keyboards/hineybush/hineyg80/config.h b/keyboards/hineybush/hineyg80/config.h deleted file mode 100644 index 5f36081323..0000000000 --- a/keyboards/hineybush/hineyg80/config.h +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once - -/* 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 diff --git a/keyboards/hineybush/hineyg80/keyboard.json b/keyboards/hineybush/hineyg80/keyboard.json index fa6e340120..933d689225 100644 --- a/keyboards/hineybush/hineyg80/keyboard.json +++ b/keyboards/hineybush/hineyg80/keyboard.json @@ -16,6 +16,12 @@ "mousekey": true, "nkro": false }, + "qmk": { + "locking": { + "enabled": true, + "resync": true + } + }, "matrix_pins": { "cols": ["C7", "F7", "F6", "F5", "F4", "F1", "F0", "B7", "B0"], "rows": ["B2", "B3", "D0", "B1", "D2", "D1", "D5", "D3", "D6", "D4", "B4", "D7"] |