aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ckeys/thedora
diff options
context:
space:
mode:
authorJames Young2024-05-20 22:00:35 +0200
committerGitHub2024-05-20 22:00:35 +0200
commit079ac7c1665c292ea086e8457d2a83dad805ea31 (patch)
tree56e494bc819f2253b0a4345182118b907f3ee680 /keyboards/ckeys/thedora
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/ckeys/thedora')
-rwxr-xr-xkeyboards/ckeys/thedora/config.h5
-rw-r--r--keyboards/ckeys/thedora/keyboard.json6
2 files changed, 6 insertions, 5 deletions
diff --git a/keyboards/ckeys/thedora/config.h b/keyboards/ckeys/thedora/config.h
index 8eaf7dc2f3..8dc681eccb 100755
--- a/keyboards/ckeys/thedora/config.h
+++ b/keyboards/ckeys/thedora/config.h
@@ -16,11 +16,6 @@
#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
-
#define AUDIO_CLICKY
#define DAC_SAMPLE_MAX 65535U
diff --git a/keyboards/ckeys/thedora/keyboard.json b/keyboards/ckeys/thedora/keyboard.json
index 08448e761c..d287e81a0b 100644
--- a/keyboards/ckeys/thedora/keyboard.json
+++ b/keyboards/ckeys/thedora/keyboard.json
@@ -19,6 +19,12 @@
"mousekey": true,
"nkro": true
},
+ "qmk": {
+ "locking": {
+ "enabled": true,
+ "resync": true
+ }
+ },
"matrix_pins": {
"cols": ["B5", "B4", "B3", "B2", "B1", "B0"],
"rows": ["A2", "A1", "A0", "B8"]