aboutsummaryrefslogtreecommitdiff
path: root/keyboards/doro67
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2024-05-20 12:34:57 -0700
committerGitHub <noreply@github.com>2024-05-20 20:34:57 +0100
commit03f0d683420a1efa9709f61dd778e764300d86ea (patch)
tree7d6f91e67c4c0036838fbc98ebccdefb0cf36a82 /keyboards/doro67
parent4d31c5172515a3cf5ea92010142ae11a2743e235 (diff)
Migrate `LOCKING_*_ENABLE` to Data-Driven: D, Part 2 (#23750)
Affects: - `do60` - `doio/kb30` - `donutcables/scrabblepad` - `doppelganger` - `doro67/rgb` - `dotmod/dymium65` - `draytronics/daisy` - `draytronics/elise` - `draytronics/elise_v2` - `drewkeys/iskar` - `drhigsby/bkf` - `drhigsby/dubba175` - `drhigsby/ogurec` - `drhigsby/packrat` - `dtisaac/cg108` - `dumbo` - `dz60` - `dztech/bocc` - `dztech/duo_s`
Diffstat (limited to 'keyboards/doro67')
-rw-r--r--keyboards/doro67/rgb/config.h23
-rw-r--r--keyboards/doro67/rgb/keyboard.json6
2 files changed, 6 insertions, 23 deletions
diff --git a/keyboards/doro67/rgb/config.h b/keyboards/doro67/rgb/config.h
deleted file mode 100644
index b5a6d1893c..0000000000
--- a/keyboards/doro67/rgb/config.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
-Copyright 2019 MechMerlin
-
-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
diff --git a/keyboards/doro67/rgb/keyboard.json b/keyboards/doro67/rgb/keyboard.json
index 87a31e6e21..9b660fd1ae 100644
--- a/keyboards/doro67/rgb/keyboard.json
+++ b/keyboards/doro67/rgb/keyboard.json
@@ -65,6 +65,12 @@
"nkro": false,
"rgb_matrix": true
},
+ "qmk": {
+ "locking": {
+ "enabled": true,
+ "resync": true
+ }
+ },
"matrix_pins": {
"cols": ["B0", "B1", "B2", "B3", "D4", "D6", "D7", "B4", "B5", "B6", "C6", "C7", "F5", "F6", "F7"],
"rows": ["D0", "D1", "D2", "D3", "D5"]