diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2024-05-20 12:55:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-20 20:55:19 +0100 |
commit | b7b4ffc44974e8f8c65bf54b32a8fc8f1b2ee043 (patch) | |
tree | c11f94c4c64e7866c5b4290b93ded58f201c865f /keyboards/cozykeys | |
parent | bf42707eed2cee8e6b0ad579df2924e50eada841 (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/cozykeys')
-rw-r--r-- | keyboards/cozykeys/bloomer/config.h | 22 | ||||
-rw-r--r-- | keyboards/cozykeys/bloomer/info.json | 6 | ||||
-rw-r--r-- | keyboards/cozykeys/speedo/v2/config.h | 22 | ||||
-rw-r--r-- | keyboards/cozykeys/speedo/v2/keyboard.json | 6 | ||||
-rw-r--r-- | keyboards/cozykeys/speedo/v3/config.h | 22 | ||||
-rw-r--r-- | keyboards/cozykeys/speedo/v3/keyboard.json | 6 |
6 files changed, 18 insertions, 66 deletions
diff --git a/keyboards/cozykeys/bloomer/config.h b/keyboards/cozykeys/bloomer/config.h deleted file mode 100644 index 922dec71d1..0000000000 --- a/keyboards/cozykeys/bloomer/config.h +++ /dev/null @@ -1,22 +0,0 @@ -/* -Copyright 2021 Paul Ewing - -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/cozykeys/bloomer/info.json b/keyboards/cozykeys/bloomer/info.json index dd0232bbcb..37a80f8fb4 100644 --- a/keyboards/cozykeys/bloomer/info.json +++ b/keyboards/cozykeys/bloomer/info.json @@ -7,6 +7,12 @@ "vid": "0xFEED", "pid": "0x1191" }, + "qmk": { + "locking": { + "enabled": true, + "resync": true + } + }, "rgblight": { "saturation_steps": 8, "brightness_steps": 8, diff --git a/keyboards/cozykeys/speedo/v2/config.h b/keyboards/cozykeys/speedo/v2/config.h deleted file mode 100644 index 2643e4de4a..0000000000 --- a/keyboards/cozykeys/speedo/v2/config.h +++ /dev/null @@ -1,22 +0,0 @@ -/* -Copyright 2020 Paul Ewing - -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/cozykeys/speedo/v2/keyboard.json b/keyboards/cozykeys/speedo/v2/keyboard.json index 48412e7e7d..69dd33d6b6 100644 --- a/keyboards/cozykeys/speedo/v2/keyboard.json +++ b/keyboards/cozykeys/speedo/v2/keyboard.json @@ -16,6 +16,12 @@ "mousekey": true, "nkro": false }, + "qmk": { + "locking": { + "enabled": true, + "resync": true + } + }, "matrix_pins": { "cols": ["F0", "F1", "F4", "F5", "F6", "F7", "B6", "B5", "D0", "B7", "B3", "B2", "B1", "B0"], "rows": ["D1", "D2", "D3", "C6", "C7"] diff --git a/keyboards/cozykeys/speedo/v3/config.h b/keyboards/cozykeys/speedo/v3/config.h deleted file mode 100644 index 2643e4de4a..0000000000 --- a/keyboards/cozykeys/speedo/v3/config.h +++ /dev/null @@ -1,22 +0,0 @@ -/* -Copyright 2020 Paul Ewing - -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/cozykeys/speedo/v3/keyboard.json b/keyboards/cozykeys/speedo/v3/keyboard.json index c4aaaecb6d..7e91058cd5 100644 --- a/keyboards/cozykeys/speedo/v3/keyboard.json +++ b/keyboards/cozykeys/speedo/v3/keyboard.json @@ -43,6 +43,12 @@ "extrakey": true, "rgblight": true }, + "qmk": { + "locking": { + "enabled": true, + "resync": true + } + }, "layouts": { "LAYOUT": { "layout": [ |