aboutsummaryrefslogtreecommitdiff
path: root/keyboards/crin
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2024-05-20 12:55:19 -0700
committerGitHub <noreply@github.com>2024-05-20 20:55:19 +0100
commitb7b4ffc44974e8f8c65bf54b32a8fc8f1b2ee043 (patch)
treec11f94c4c64e7866c5b4290b93ded58f201c865f /keyboards/crin
parentbf42707eed2cee8e6b0ad579df2924e50eada841 (diff)
Migrate `LOCKING_*_ENABLE` to Data-Driven: A-C, Part 3 (#23747)
Affects: - `ck60i` - `coarse/cordillera` - `contender` - `converter/a1200/mistress1200` - `converter/adb_usb` - `converter/m0110_usb` - `converter/siemens_tastatur` - `cool836a` - `copenhagen_click/click_pad_v1` - `coseyfannitutti/discipad` - `coseyfannitutti/discipline` - `coseyfannitutti/mysterium` - `coseyfannitutti/romeo` - `cozykeys/bloomer` - `cozykeys/speedo/v2` - `cozykeys/speedo/v3` - `craftwalk` - `crawlpad` - `crazy_keyboard_68` - `crbn` - `creatkeebs/glacier` - `crimsonkeyboards/resume1800` - `crin` - `cutie_club/borsdorf` - `cutie_club/fidelity` - `cutie_club/giant_macro_pad` - `cutie_club/keebcats/denis` - `cutie_club/keebcats/dougal` - `cutie_club/novus` - `cutie_club/wraith`
Diffstat (limited to 'keyboards/crin')
-rw-r--r--keyboards/crin/config.h21
-rw-r--r--keyboards/crin/keyboard.json6
2 files changed, 6 insertions, 21 deletions
diff --git a/keyboards/crin/config.h b/keyboards/crin/config.h
deleted file mode 100644
index 3fe5a40329..0000000000
--- a/keyboards/crin/config.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
-Copyright 2020 KnoblesseOblige
-
-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
-
-#define LOCKING_SUPPORT_ENABLE
-#define LOCKING_RESYNC_ENABLE
diff --git a/keyboards/crin/keyboard.json b/keyboards/crin/keyboard.json
index e668021936..f54c1db1dc 100644
--- a/keyboards/crin/keyboard.json
+++ b/keyboards/crin/keyboard.json
@@ -16,6 +16,12 @@
"mousekey": true,
"nkro": true
},
+ "qmk": {
+ "locking": {
+ "enabled": true,
+ "resync": true
+ }
+ },
"matrix_pins": {
"cols": ["B11", "B10", "B2", "B1", "B0", "A7", "A6", "A5", "A4", "A3", "B9", "B8", "B7", "B6", "B5", "B4", "B3"],
"rows": ["A9", "A8", "B15", "B14", "B13"]