summaryrefslogtreecommitdiff
path: root/keyboards/tszaboo
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/tszaboo
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/tszaboo')
-rw-r--r--keyboards/tszaboo/ortho4exent/config.h31
-rw-r--r--keyboards/tszaboo/ortho4exent/keyboard.json6
2 files changed, 6 insertions, 31 deletions
diff --git a/keyboards/tszaboo/ortho4exent/config.h b/keyboards/tszaboo/ortho4exent/config.h
deleted file mode 100644
index ec16cc36b1..0000000000
--- a/keyboards/tszaboo/ortho4exent/config.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
-Copyright 2021 tszaboo
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-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
-
-/* disable print */
-//#define NO_PRINT
-
-/* disable action features */
-//#define NO_ACTION_LAYER
-//#define NO_ACTION_TAPPING
-//#define NO_ACTION_ONESHOT
diff --git a/keyboards/tszaboo/ortho4exent/keyboard.json b/keyboards/tszaboo/ortho4exent/keyboard.json
index 8aa0a34cd7..83d7348d1e 100644
--- a/keyboards/tszaboo/ortho4exent/keyboard.json
+++ b/keyboards/tszaboo/ortho4exent/keyboard.json
@@ -41,6 +41,12 @@
"nkro": true,
"rgblight": true
},
+ "qmk": {
+ "locking": {
+ "enabled": true,
+ "resync": true
+ }
+ },
"matrix_pins": {
"cols": ["F0", "F1", "F4", "F5", "F6", "F7", "C7", "D6", "D5", "D3", "D2", "D1", "B7", "B3", "B2"],
"rows": ["B0", "B1", "D4", "D7", "B4"]