summaryrefslogtreecommitdiff
path: root/keyboards/tenki
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2024-05-23 11:48:32 -0700
committerGitHub <noreply@github.com>2024-05-23 19:48:32 +0100
commit912124f71cfcd9276fec13b27dea0029e49b1483 (patch)
tree0f8810b423fc2334cd4398f567ffebafd040e57a /keyboards/tenki
parent04bf30aad8540fb2cdcf19f9a5170ea099fa3476 (diff)
Migrate `LOCKING_*_ENABLE` to Data-Driven: T (#23785)
Affects: - `takashicompany/center_enter` - `takashicompany/endzone34` - `takashicompany/qoolee` - `takashicompany/radialex` - `takashiski/namecard2x4/rev1` - `takashiski/namecard2x4/rev2` - `takashiski/otaku_split/rev0` - `takashiski/otaku_split/rev1` - `taleguers/taleguers75` - `tanuki` - `team0110/p1800fl` - `technika` - `tenki` - `tetris` - `tg4x` - `the_royal/liminal` - `the_royal/schwann` - `thevankeyboards/bananasplit` - `thevankeyboards/caravan` - `thevankeyboards/jetvan` - `thevankeyboards/minivan` - `thevankeyboards/roadkit` - `tkc/california` - `tkc/m0lly` - `tkc/tkc1800` - `tkc/tkl_ab87` - `tkw/stoutgat/v2` - `tmo50` - `toad` - `toffee_studio/blueberry` - `tokyokeyboard/alix40` - `tokyokeyboard/tokyo60` - `tominabox1/adalyn` - `tominabox1/le_chiffre` - `tominabox1/qaz` - `tr60w` - `treasure/type9` - `tszaboo/ortho4exent`
Diffstat (limited to 'keyboards/tenki')
-rw-r--r--keyboards/tenki/config.h7
-rw-r--r--keyboards/tenki/keyboard.json6
2 files changed, 6 insertions, 7 deletions
diff --git a/keyboards/tenki/config.h b/keyboards/tenki/config.h
deleted file mode 100644
index 5f36081323..0000000000
--- a/keyboards/tenki/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/tenki/keyboard.json b/keyboards/tenki/keyboard.json
index 7c05c98ef7..628e2068ba 100644
--- a/keyboards/tenki/keyboard.json
+++ b/keyboards/tenki/keyboard.json
@@ -39,6 +39,12 @@
"nkro": true,
"rgblight": true
},
+ "qmk": {
+ "locking": {
+ "enabled": true,
+ "resync": true
+ }
+ },
"matrix_pins": {
"cols": ["F4", "F5", "D4", "D0"],
"rows": ["B1", "B4", "F6", "B6", "B2"]