diff options
| author | James Young | 2024-05-22 22:41:34 +0200 |
|---|---|---|
| committer | GitHub | 2024-05-22 22:41:34 +0200 |
| commit | 7baaac9531c2806e38d8c9e2e0357b3eadbf2a7f (patch) | |
| tree | 6233863b537e16854cb51f08a9fe5373c7fc152a /keyboards/kbdfans/bounce/pad | |
| parent | efe0d96845306a7083dd191dce7c2714c2a406ab (diff) | |
Migrate `LOCKING_*_ENABLE` to Data-Driven: K, Part 1 (#23768)
Affects:
- `kabedon/kabedon98e`
- `kagizaraya/chidori`
- `kagizaraya/halberd`
- `kagizaraya/miniaxe`
- `kagizaraya/scythe`
- `kakunpc/angel17/alpha`
- `kakunpc/angel17/rev1`
- `kakunpc/angel64/alpha`
- `kakunpc/angel64/rev1`
- `kakunpc/business_card/alpha`
- `kakunpc/business_card/beta`
- `kakunpc/choc_taro`
- `kakunpc/rabbit_capture_plan`
- `kakunpc/suihankey/alpha`
- `kakunpc/suihankey/rev1`
- `kakunpc/suihankey/split/alpha`
- `kakunpc/suihankey/split/rev1`
- `kakunpc/thedogkeyboard`
- `kapcave/arya`
- `kapcave/gskt00`
- `kapcave/paladin64`
- `kapl/rev1`
- `kb58`
- `kb_elmo/aek2_usb`
- `kb_elmo/m0110a_usb`
- `kb_elmo/m0116_usb`
- `kbdclack/kaishi65`
- `kbdfans/bella/soldered`
- `kbdfans/bounce/pad`
- `kbdfans/jm60`
- `kbdfans/kbd19x`
- `kbdfans/kbd4x`
- `kbdfans/kbd66`
- `kbdfans/kbd67/hotswap`
- `kbdfans/kbd67/mkii_soldered`
- `kbdfans/kbd6x`
- `kbdfans/kbd75/rev1`
- `kbdfans/kbd75/rev2`
- `kbdfans/kbd8x`
- `kbdfans/kbd8x_mk2`
- `kbdfans/kbdpad/mk2`
- `kbdfans/maja_soldered`
- `kbdfans/niu_mini`
- `kbdfans/phaseone`
- `kbdmania/kmac`
- `kbdmania/kmac_pad`
- `kc60`
Diffstat (limited to 'keyboards/kbdfans/bounce/pad')
| -rw-r--r-- | keyboards/kbdfans/bounce/pad/config.h | 20 | ||||
| -rw-r--r-- | keyboards/kbdfans/bounce/pad/keyboard.json | 6 |
2 files changed, 6 insertions, 20 deletions
diff --git a/keyboards/kbdfans/bounce/pad/config.h b/keyboards/kbdfans/bounce/pad/config.h deleted file mode 100644 index 0aae477dc1..0000000000 --- a/keyboards/kbdfans/bounce/pad/config.h +++ /dev/null @@ -1,20 +0,0 @@ -/* Copyright 2022 DZTECH <moyi4681@Live.cn> - * - * 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/kbdfans/bounce/pad/keyboard.json b/keyboards/kbdfans/bounce/pad/keyboard.json index 0e4f2e9d85..d95010954b 100644 --- a/keyboards/kbdfans/bounce/pad/keyboard.json +++ b/keyboards/kbdfans/bounce/pad/keyboard.json @@ -15,6 +15,12 @@ "mousekey": true, "nkro": true }, + "qmk": { + "locking": { + "enabled": true, + "resync": true + } + }, "matrix_pins": { "cols": ["B5", "B4", "D0", "C2"], "rows": ["C7", "B7", "B6", "B0", "B1", "B2"] |