diff options
| author | James Young | 2024-05-22 12:13:39 +0200 |
|---|---|---|
| committer | GitHub | 2024-05-22 12:13:39 +0200 |
| commit | 495e83b30f86a2ce4511f84f2e9cefb8e7f99136 (patch) | |
| tree | 744ccbd0502b95dbe95f5d263fc41c9d62b6de3c /keyboards/monarch | |
| parent | d1547320a0236eff98906f908224fe0d46b4b0e5 (diff) | |
Migrate `LOCKING_*_ENABLE` to Data-Driven: M, Part 2 (#23773)
Affects:
- `mkh_studio/bully`
- `mlego/m48/rev1`
- `mlego/m60/rev1`
- `mlego/m60_split/rev1`
- `mlego/m60_split/rev2`
- `mntre`
- `mode/m65ha_alpha`
- `mode/m65hi_alpha`
- `mode/m65s`
- `mode/m80v1/m80h`
- `mode/m80v1/m80s`
- `mode/m80v2/m80v2h`
- `mode/m80v2/m80v2s`
- `molecule`
- `momoka_ergo`
- `monarch`
- `monsgeek/m1`
- `monsgeek/m3`
- `monsgeek/m5`
- `monsgeek/m6`
- `monstargear/xo87/rgb`
- `monstargear/xo87/solderable`
- `montsinger/rebound/rev1`
- `montsinger/rebound/rev2`
- `montsinger/rebound/rev3`
- `montsinger/rebound/rev4`
- `montsinger/rewind`
- `moon`
- `morizon`
- `mountainblocks/mb17`
- `mt/blocked65`
- `mt/mt64rgb`
- `mt/mt980`
- `mtbkeys/mtb60/hotswap`
- `mtbkeys/mtb60/solder`
- `murcielago/rev1`
- `mxss`
- `mysticworks/wyvern`
Diffstat (limited to 'keyboards/monarch')
| -rw-r--r-- | keyboards/monarch/config.h | 5 | ||||
| -rw-r--r-- | keyboards/monarch/keyboard.json | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/keyboards/monarch/config.h b/keyboards/monarch/config.h index 30181978df..aa89dc3eac 100644 --- a/keyboards/monarch/config.h +++ b/keyboards/monarch/config.h @@ -23,11 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define SLEEP_LED_GPT_DRIVER GPTD1 -/* 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 - /* * Feature disable options * These options are also useful to firmware size reduction. diff --git a/keyboards/monarch/keyboard.json b/keyboards/monarch/keyboard.json index f5dee1f9f6..c42db64a26 100644 --- a/keyboards/monarch/keyboard.json +++ b/keyboards/monarch/keyboard.json @@ -19,6 +19,12 @@ "nkro": true, "sleep_led": true }, + "qmk": { + "locking": { + "enabled": true, + "resync": true + } + }, "matrix_pins": { "cols": ["A10", "A9", "A8", "B15", "B14", "B13", "B12", "B10", "B2", "B1", "B0", "A5", "A7", "A4", "A3", "B6"], "rows": ["A15", "B3", "B11", "A2", "A1", "B9"] |