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/hotdox | |
| 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/hotdox')
| -rw-r--r-- | keyboards/hotdox/config.h | 5 | ||||
| -rw-r--r-- | keyboards/hotdox/keyboard.json | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/keyboards/hotdox/config.h b/keyboards/hotdox/config.h index 60d9fe6217..c745817616 100644 --- a/keyboards/hotdox/config.h +++ b/keyboards/hotdox/config.h @@ -11,11 +11,6 @@ #define MOUSEKEY_MAX_SPEED 7 #define MOUSEKEY_WHEEL_DELAY 0 -/* 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 */ #ifndef IS_COMMAND #define IS_COMMAND() ( \ diff --git a/keyboards/hotdox/keyboard.json b/keyboards/hotdox/keyboard.json index 5d2c3ec5ac..dee1decb94 100644 --- a/keyboards/hotdox/keyboard.json +++ b/keyboards/hotdox/keyboard.json @@ -21,6 +21,12 @@ "backlight": true, "unicode": true }, + "qmk": { + "locking": { + "enabled": true, + "resync": true + } + }, "tapping": { "toggle": 1 }, |