aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/chalice
diff options
context:
space:
mode:
authorJames Young2024-05-20 22:00:35 +0200
committerGitHub2024-05-20 22:00:35 +0200
commit079ac7c1665c292ea086e8457d2a83dad805ea31 (patch)
tree56e494bc819f2253b0a4345182118b907f3ee680 /keyboards/chalice
parentb7b4ffc44974e8f8c65bf54b32a8fc8f1b2ee043 (diff)
Migrate `LOCKING_*_ENABLE` to Data-Driven: A-C, Part 2 (#23746)
Affects: - `chalice` - `charue/sunsetter_r2` - `checkerboards/axon40` - `checkerboards/candybar_ortho` - `checkerboards/g_idb60` - `checkerboards/nop60` - `checkerboards/phoenix45_ortho` - `checkerboards/plexus75` - `checkerboards/plexus75_he` - `checkerboards/pursuit40` - `checkerboards/quark` - `checkerboards/quark_lp` - `checkerboards/quark_plus` - `checkerboards/quark_squared` - `checkerboards/snop60` - `checkerboards/ud40_ortho_alt` - `cheshire/curiosity` - `chickenman/ciel` - `chlx/merro60` - `chlx/str_merro60` - `chosfox/cf81` - `citrus/erdnuss65` - `ckeys/handwire_101` - `ckeys/nakey` - `ckeys/obelus` - `ckeys/thedora` - `ckeys/washington` - `clueboard/2x1800/2018` - `clueboard/2x1800/2021`
Diffstat (limited to 'keyboards/chalice')
-rw-r--r--keyboards/chalice/config.h23
-rw-r--r--keyboards/chalice/keyboard.json6
2 files changed, 6 insertions, 23 deletions
diff --git a/keyboards/chalice/config.h b/keyboards/chalice/config.h
deleted file mode 100644
index f53b6e9099..0000000000
--- a/keyboards/chalice/config.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/* Copyright 2020 null-ll
- * Copyright 2021 Jels, Josh Johnson
- *
- * 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/chalice/keyboard.json b/keyboards/chalice/keyboard.json
index 9332431184..b8b4436966 100644
--- a/keyboards/chalice/keyboard.json
+++ b/keyboards/chalice/keyboard.json
@@ -36,6 +36,12 @@
"nkro": true,
"rgblight": true
},
+ "qmk": {
+ "locking": {
+ "enabled": true,
+ "resync": true
+ }
+ },
"matrix_pins": {
"cols": ["F7", "C6", "B1", "D2", "E6", "B3", "D7"],
"rows": ["F4", "D1", "D0", "F5", "D4", "F6", "B4", "B5", "B2", "B6"]