diff options
| author | James Young | 2024-05-20 22:00:35 +0200 |
|---|---|---|
| committer | GitHub | 2024-05-20 22:00:35 +0200 |
| commit | 079ac7c1665c292ea086e8457d2a83dad805ea31 (patch) | |
| tree | 56e494bc819f2253b0a4345182118b907f3ee680 /keyboards/checkerboards/quark_plus | |
| parent | b7b4ffc44974e8f8c65bf54b32a8fc8f1b2ee043 (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/checkerboards/quark_plus')
| -rw-r--r-- | keyboards/checkerboards/quark_plus/config.h | 23 | ||||
| -rw-r--r-- | keyboards/checkerboards/quark_plus/keyboard.json | 6 |
2 files changed, 6 insertions, 23 deletions
diff --git a/keyboards/checkerboards/quark_plus/config.h b/keyboards/checkerboards/quark_plus/config.h deleted file mode 100644 index 07fe2e4c7b..0000000000 --- a/keyboards/checkerboards/quark_plus/config.h +++ /dev/null @@ -1,23 +0,0 @@ -/* Copyright 2022 Nathan Spears - * - * 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/checkerboards/quark_plus/keyboard.json b/keyboards/checkerboards/quark_plus/keyboard.json index 6e7f5a8cc2..311d21c219 100644 --- a/keyboards/checkerboards/quark_plus/keyboard.json +++ b/keyboards/checkerboards/quark_plus/keyboard.json @@ -40,6 +40,12 @@ "nkro": false, "rgblight": true }, + "qmk": { + "locking": { + "enabled": true, + "resync": true + } + }, "matrix_pins": { "cols": ["C6", "D1", "D5", "D4", "D3", "D2"], "rows": ["B4", "B1", "C2", "D0", "D6", "B0", "B6", "B5"] |