aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/westfoxtrot/prophet
diff options
context:
space:
mode:
authorJames Young2024-05-23 20:55:38 +0200
committerGitHub2024-05-23 20:55:38 +0200
commit013b51a90428342f26d4f0909120c1ae7c2135f8 (patch)
treea4bbefa7f77c03d8acc383df353e299719903600 /keyboards/westfoxtrot/prophet
parentc4e182b98e0b072dd97133b71b01f59f0eb07501 (diff)
Migrate `LOCKING_*_ENABLE` to Data-Driven: W, Part 1 (#23788)
Affects: - `waldo` - `walletburner/cajal` - `walletburner/neuron` - `wavtype/foundation` - `wavtype/p01_ultra` - `weirdo/geminate60` - `weirdo/kelowna/rgb64` - `weirdo/ls_60` - `weirdo/naiping/np64` - `weirdo/naiping/nphhkb` - `weirdo/naiping/npminila` - `weirdo/tiger910` - `wekey/polaris` - `westfoxtrot/aanzee` - `westfoxtrot/cyclops` - `westfoxtrot/cypher/rev1` - `westfoxtrot/cypher/rev5` - `westfoxtrot/prophet` - `westm/westm9` - `westm/westm68`
Diffstat (limited to 'keyboards/westfoxtrot/prophet')
-rw-r--r--keyboards/westfoxtrot/prophet/config.h5
-rw-r--r--keyboards/westfoxtrot/prophet/keyboard.json6
2 files changed, 6 insertions, 5 deletions
diff --git a/keyboards/westfoxtrot/prophet/config.h b/keyboards/westfoxtrot/prophet/config.h
index d7d992f50e..95fb682e17 100644
--- a/keyboards/westfoxtrot/prophet/config.h
+++ b/keyboards/westfoxtrot/prophet/config.h
@@ -1,8 +1,3 @@
#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
-
#define SLEEP_LED_GPT_DRIVER GPTD1
diff --git a/keyboards/westfoxtrot/prophet/keyboard.json b/keyboards/westfoxtrot/prophet/keyboard.json
index 1d6067a4e2..049f5cd7fc 100644
--- a/keyboards/westfoxtrot/prophet/keyboard.json
+++ b/keyboards/westfoxtrot/prophet/keyboard.json
@@ -17,6 +17,12 @@
"nkro": true,
"sleep_led": true
},
+ "qmk": {
+ "locking": {
+ "enabled": true,
+ "resync": true
+ }
+ },
"matrix_pins": {
"cols": ["A6", "A7", "B0", "A9", "A8", "A14", "A15", "B3", "B4", "B5", "B8", "B7", "B6", "B9"],
"rows": ["C13", "B2", "B1", "A4", "A3"]