aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/walletburner/neuron
diff options
context:
space:
mode:
authorJames Young2024-05-23 20:55:38 +0200
committerGitHub2024-05-23 20:55:38 +0200
commit013b51a90428342f26d4f0909120c1ae7c2135f8 (patch)
treea4bbefa7f77c03d8acc383df353e299719903600 /keyboards/walletburner/neuron
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/walletburner/neuron')
-rw-r--r--keyboards/walletburner/neuron/config.h7
-rw-r--r--keyboards/walletburner/neuron/keyboard.json6
2 files changed, 6 insertions, 7 deletions
diff --git a/keyboards/walletburner/neuron/config.h b/keyboards/walletburner/neuron/config.h
deleted file mode 100644
index 5f36081323..0000000000
--- a/keyboards/walletburner/neuron/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/walletburner/neuron/keyboard.json b/keyboards/walletburner/neuron/keyboard.json
index 7637f5435a..1d9ce89387 100644
--- a/keyboards/walletburner/neuron/keyboard.json
+++ b/keyboards/walletburner/neuron/keyboard.json
@@ -37,6 +37,12 @@
"nkro": true,
"rgblight": true
},
+ "qmk": {
+ "locking": {
+ "enabled": true,
+ "resync": true
+ }
+ },
"matrix_pins": {
"cols": ["F0", "F7", "F6", "F4", "F1", "E6", "D6", "D2", "B4", "D7", "B6", "D5"],
"rows": ["D0", "D1", "D3", "F5"]