diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2024-05-21 15:54:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-21 23:54:13 +0100 |
commit | 0a84bf8b574b0efdf4ea729b3204ea32ffceef6e (patch) | |
tree | dc51f6605e885fc241036dede6a0cea8ad96dc41 /keyboards/fractal | |
parent | 1c650aa55ca410bd888bb419604aa4feab56764e (diff) |
Migrate `LOCKING_*_ENABLE` to Data-Driven: F (#23757)
Affects:
- `fallacy`
- `ffkeebs/puca`
- `fjlabs/7vhotswap`
- `fjlabs/ad65`
- `fjlabs/avalon`
- `fjlabs/bks65`
- `fjlabs/bks65solder`
- `fjlabs/bolsa65`
- `fjlabs/kf87`
- `fjlabs/kyuu`
- `fjlabs/ldk65`
- `fjlabs/midway60`
- `fjlabs/mk61rgbansi`
- `fjlabs/peaker`
- `fjlabs/polaris`
- `fjlabs/ready100`
- `fjlabs/sinanju`
- `fjlabs/sinanjuwk`
- `fjlabs/solanis`
- `fjlabs/swordfish`
- `fjlabs/tf60ansi`
- `fjlabs/tf60v2`
- `fjlabs/tf65rgbv2`
- `flehrad/downbubble`
- `flehrad/numbrero`
- `flehrad/snagpad`
- `flehrad/tradestation`
- `fleuron`
- `fluorite`
- `flx/lodestone`
- `flxlb/zplit`
- `foostan/cornelius`
- `forever65`
- `fortitude60/rev1`
- `foxlab/key65/hotswap`
- `foxlab/key65/universal`
- `foxlab/leaf60/hotswap`
- `foxlab/leaf60/universal`
- `foxlab/time80`
- `fr4/southpaw75`
- `fractal`
- `fungo/rev1`
- `funky40`
Diffstat (limited to 'keyboards/fractal')
-rwxr-xr-x | keyboards/fractal/config.h | 7 | ||||
-rw-r--r-- | keyboards/fractal/keyboard.json | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/keyboards/fractal/config.h b/keyboards/fractal/config.h deleted file mode 100755 index 5f36081323..0000000000 --- a/keyboards/fractal/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/fractal/keyboard.json b/keyboards/fractal/keyboard.json index 4086ff969f..1e322e63b4 100644 --- a/keyboards/fractal/keyboard.json +++ b/keyboards/fractal/keyboard.json @@ -21,6 +21,12 @@ "extrakey": true, "nkro": true }, + "qmk": { + "locking": { + "enabled": true, + "resync": true + } + }, "community_layouts": ["ortho_5x12"], "layouts": { "LAYOUT_ortho_5x12": { |