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/vagrant_10 | |
| 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/vagrant_10')
| -rwxr-xr-x | keyboards/vagrant_10/config.h | 32 | ||||
| -rw-r--r-- | keyboards/vagrant_10/keyboard.json | 6 |
2 files changed, 6 insertions, 32 deletions
diff --git a/keyboards/vagrant_10/config.h b/keyboards/vagrant_10/config.h deleted file mode 100755 index 195f3f617c..0000000000 --- a/keyboards/vagrant_10/config.h +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | |||
| 2 | /** | ||
| 3 | MIT License | ||
| 4 | |||
| 5 | Copyright (c) 2020 Shanduur & QMK Firmware | ||
| 6 | |||
| 7 | Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| 8 | of this software and associated documentation files (the "Software"), to deal | ||
| 9 | in the Software without restriction, including without limitation the rights | ||
| 10 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| 11 | copies of the Software, and to permit persons to whom the Software is | ||
| 12 | furnished to do so, subject to the following conditions: | ||
| 13 | |||
| 14 | The above copyright notice and this permission notice shall be included in all | ||
| 15 | copies or substantial portions of the Software. | ||
| 16 | |||
| 17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| 18 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| 19 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| 20 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| 21 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| 22 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| 23 | SOFTWARE. | ||
| 24 | */ | ||
| 25 | |||
| 26 | #pragma once | ||
| 27 | |||
| 28 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 29 | #define LOCKING_SUPPORT_ENABLE | ||
| 30 | |||
| 31 | /* Locking resynchronize hack */ | ||
| 32 | #define LOCKING_RESYNC_ENABLE | ||
diff --git a/keyboards/vagrant_10/keyboard.json b/keyboards/vagrant_10/keyboard.json index 7291dea302..26b68b6923 100644 --- a/keyboards/vagrant_10/keyboard.json +++ b/keyboards/vagrant_10/keyboard.json | |||
| @@ -16,6 +16,12 @@ | |||
| 16 | "mousekey": true, | 16 | "mousekey": true, |
| 17 | "nkro": true | 17 | "nkro": true |
| 18 | }, | 18 | }, |
| 19 | "qmk": { | ||
| 20 | "locking": { | ||
| 21 | "enabled": true, | ||
| 22 | "resync": true | ||
| 23 | } | ||
| 24 | }, | ||
| 19 | "matrix_pins": { | 25 | "matrix_pins": { |
| 20 | "cols": ["F4", "F6", "F5"], | 26 | "cols": ["F4", "F6", "F5"], |
| 21 | "rows": ["F7", "B1", "B3", "B2"] | 27 | "rows": ["F7", "B1", "B3", "B2"] |
