diff options
| author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2024-05-23 11:40:41 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-23 19:40:41 +0100 |
| commit | 04bf30aad8540fb2cdcf19f9a5170ea099fa3476 (patch) | |
| tree | 9beda6980dde71a28b525e4814582fe0384d8447 /keyboards/utd80 | |
| 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/utd80')
| -rw-r--r-- | keyboards/utd80/config.h | 22 | ||||
| -rw-r--r-- | keyboards/utd80/keyboard.json | 6 |
2 files changed, 6 insertions, 22 deletions
diff --git a/keyboards/utd80/config.h b/keyboards/utd80/config.h deleted file mode 100644 index 4a4d65e62f..0000000000 --- a/keyboards/utd80/config.h +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 1 | /* Copyright 2021 UTDKeyboard & Dominic Gan | ||
| 2 | * | ||
| 3 | * this program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the gnu general public license as published by | ||
| 5 | * the free software foundation, either version 2 of the license, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * this program is distributed in the hope that it will be useful, | ||
| 9 | * but without any warranty; without even the implied warranty of | ||
| 10 | * merchantability or fitness for a particular purpose. see the | ||
| 11 | * gnu general public license for more details. | ||
| 12 | * | ||
| 13 | * you should have received a copy of the gnu general public license | ||
| 14 | * along with this program. if not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | #pragma once | ||
| 17 | |||
| 18 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 19 | #define LOCKING_SUPPORT_ENABLE | ||
| 20 | |||
| 21 | /* Locking resynchronize hack */ | ||
| 22 | #define LOCKING_RESYNC_ENABLE | ||
diff --git a/keyboards/utd80/keyboard.json b/keyboards/utd80/keyboard.json index 6e4c966d40..41bd35c66a 100644 --- a/keyboards/utd80/keyboard.json +++ b/keyboards/utd80/keyboard.json | |||
| @@ -18,6 +18,12 @@ | |||
| 18 | "nkro": true, | 18 | "nkro": true, |
| 19 | "rgblight": true | 19 | "rgblight": true |
| 20 | }, | 20 | }, |
| 21 | "qmk": { | ||
| 22 | "locking": { | ||
| 23 | "enabled": true, | ||
| 24 | "resync": true | ||
| 25 | } | ||
| 26 | }, | ||
| 21 | "matrix_pins": { | 27 | "matrix_pins": { |
| 22 | "cols": ["B1", "F0", "F1", "F4", "F5", "F6", "F7", "C7", "C6", "D3", "E6", "D7", "D6", "D4", "D2", "D1"], | 28 | "cols": ["B1", "F0", "F1", "F4", "F5", "F6", "F7", "C7", "C6", "D3", "E6", "D7", "D6", "D4", "D2", "D1"], |
| 23 | "rows": ["B4", "D5", "D0", "B2", "B3", "B0"] | 29 | "rows": ["B4", "D5", "D0", "B2", "B3", "B0"] |
