summaryrefslogtreecommitdiff
path: root/keyboards/viendi8l
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2024-05-23 11:40:41 -0700
committerGitHub <noreply@github.com>2024-05-23 19:40:41 +0100
commit04bf30aad8540fb2cdcf19f9a5170ea099fa3476 (patch)
tree9beda6980dde71a28b525e4814582fe0384d8447 /keyboards/viendi8l
parente659c3dae9c50293a1483190db07601a83b73fef (diff)
Migrate `LOCKING_*_ENABLE` to Data-Driven: U-V (#23786)
Affects: - `uk78` - `ungodly/nines` - `unikeyboard/diverge3` - `unikeyboard/divergetm2` - `unikeyboard/felix` - `uranuma` - `utd80` - `v60_type_r` - `vagrant_10` - `viendi8l` - `viktus/at101_bh` - `viktus/omnikey_bh` - `viktus/smolka` - `viktus/sp111` - `viktus/styrka` - `viktus/z150_bh` - `vitamins_included/rev1`
Diffstat (limited to 'keyboards/viendi8l')
-rw-r--r--keyboards/viendi8l/config.h5
-rw-r--r--keyboards/viendi8l/keyboard.json6
2 files changed, 6 insertions, 5 deletions
diff --git a/keyboards/viendi8l/config.h b/keyboards/viendi8l/config.h
index a449301c2b..0a22c61a09 100644
--- a/keyboards/viendi8l/config.h
+++ b/keyboards/viendi8l/config.h
@@ -17,11 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#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 I2C_DRIVER I2CD1
#define I2C_SCL_PIN B6
#define I2C_SDA_PIN B7
diff --git a/keyboards/viendi8l/keyboard.json b/keyboards/viendi8l/keyboard.json
index 4a7ac1b5ac..f6df59e08b 100644
--- a/keyboards/viendi8l/keyboard.json
+++ b/keyboards/viendi8l/keyboard.json
@@ -28,6 +28,12 @@
"nkro": false,
"rgblight": true
},
+ "qmk": {
+ "locking": {
+ "enabled": true,
+ "resync": true
+ }
+ },
"matrix_pins": {
"cols": ["C6", "C7", "C8", "C9", "A8", "B3", "B4", "A10", "B5", "B8", "B9", "C13", "C14", "C15", "A0", "A1", "A2", "A3"],
"rows": ["C3", "C2", "C1", "C0", "B14", "A7"]