diff options
| author | James Young | 2024-05-23 20:40:41 +0200 |
|---|---|---|
| committer | GitHub | 2024-05-23 20:40:41 +0200 |
| commit | 04bf30aad8540fb2cdcf19f9a5170ea099fa3476 (patch) | |
| tree | 9beda6980dde71a28b525e4814582fe0384d8447 /keyboards/ungodly | |
| parent | e659c3dae9c50293a1483190db07601a83b73fef (diff) | |
Migrate `LOCKING_*_ENABLE` to Data-Driven: U-V (#23786)
Affects:
- `uk78`
- `ungodly/nines`
- `unikeyboard/diverge3`
- `unikeyboard/divergetm2`
- `unikeyboard/felix`
- `uranuma`
- `utd80`
- `v60_type_r`
- `vagrant_10`
- `viendi8l`
- `viktus/at101_bh`
- `viktus/omnikey_bh`
- `viktus/smolka`
- `viktus/sp111`
- `viktus/styrka`
- `viktus/z150_bh`
- `vitamins_included/rev1`
Diffstat (limited to 'keyboards/ungodly')
| -rw-r--r-- | keyboards/ungodly/nines/config.h | 21 | ||||
| -rw-r--r-- | keyboards/ungodly/nines/keyboard.json | 6 |
2 files changed, 6 insertions, 21 deletions
diff --git a/keyboards/ungodly/nines/config.h b/keyboards/ungodly/nines/config.h deleted file mode 100644 index ce4d927f09..0000000000 --- a/keyboards/ungodly/nines/config.h +++ /dev/null @@ -1,21 +0,0 @@ -/* Copyright 2020 Ungodly Design <hello@ungodly.design> - * - * 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/ungodly/nines/keyboard.json b/keyboards/ungodly/nines/keyboard.json index 07496dd515..5e5418e14d 100644 --- a/keyboards/ungodly/nines/keyboard.json +++ b/keyboards/ungodly/nines/keyboard.json @@ -25,6 +25,12 @@ "mousekey": true, "nkro": true }, + "qmk": { + "locking": { + "enabled": true, + "resync": true + } + }, "matrix_pins": { "direct": [ ["F4", "F5", "F6"], |