diff options
| author | James Young | 2024-05-23 20:55:38 +0200 |
|---|---|---|
| committer | GitHub | 2024-05-23 20:55:38 +0200 |
| commit | 013b51a90428342f26d4f0909120c1ae7c2135f8 (patch) | |
| tree | a4bbefa7f77c03d8acc383df353e299719903600 /keyboards/weirdo/kelowna | |
| parent | c4e182b98e0b072dd97133b71b01f59f0eb07501 (diff) | |
Migrate `LOCKING_*_ENABLE` to Data-Driven: W, Part 1 (#23788)
Affects:
- `waldo`
- `walletburner/cajal`
- `walletburner/neuron`
- `wavtype/foundation`
- `wavtype/p01_ultra`
- `weirdo/geminate60`
- `weirdo/kelowna/rgb64`
- `weirdo/ls_60`
- `weirdo/naiping/np64`
- `weirdo/naiping/nphhkb`
- `weirdo/naiping/npminila`
- `weirdo/tiger910`
- `wekey/polaris`
- `westfoxtrot/aanzee`
- `westfoxtrot/cyclops`
- `westfoxtrot/cypher/rev1`
- `westfoxtrot/cypher/rev5`
- `westfoxtrot/prophet`
- `westm/westm9`
- `westm/westm68`
Diffstat (limited to 'keyboards/weirdo/kelowna')
| -rw-r--r-- | keyboards/weirdo/kelowna/rgb64/config.h | 25 | ||||
| -rw-r--r-- | keyboards/weirdo/kelowna/rgb64/keyboard.json | 6 |
2 files changed, 6 insertions, 25 deletions
diff --git a/keyboards/weirdo/kelowna/rgb64/config.h b/keyboards/weirdo/kelowna/rgb64/config.h deleted file mode 100644 index 5c0ed9cf61..0000000000 --- a/keyboards/weirdo/kelowna/rgb64/config.h +++ /dev/null @@ -1,25 +0,0 @@ - /* Copyright 2021 Weirdo - * - * 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/weirdo/kelowna/rgb64/keyboard.json b/keyboards/weirdo/kelowna/rgb64/keyboard.json index 6e86f8cc47..4822f979fe 100644 --- a/keyboards/weirdo/kelowna/rgb64/keyboard.json +++ b/keyboards/weirdo/kelowna/rgb64/keyboard.json @@ -23,6 +23,12 @@ "nkro": true, "rgblight": true }, + "qmk": { + "locking": { + "enabled": true, + "resync": true + } + }, "matrix_pins": { "cols": ["A3", "A4", "A5", "A7", "B0", "B1", "B10", "B15", "A8", "A9", "A10", "B7", "B6", "B5", "B4"], "rows": ["B12", "B13", "B14", "C11", "A1"] |