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/viktus/styrka | |
| 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/viktus/styrka')
| -rw-r--r-- | keyboards/viktus/styrka/config.h | 39 | ||||
| -rw-r--r-- | keyboards/viktus/styrka/keyboard.json | 6 |
2 files changed, 6 insertions, 39 deletions
diff --git a/keyboards/viktus/styrka/config.h b/keyboards/viktus/styrka/config.h deleted file mode 100644 index c0e0f2bef8..0000000000 --- a/keyboards/viktus/styrka/config.h +++ /dev/null @@ -1,39 +0,0 @@ -/* -Copyright 2020 jrfhoutx - -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 - -/* - * Feature disable options - * These options are also useful to firmware size reduction. - */ - -/* disable debug print */ -//#define NO_DEBUG - -/* disable print */ -//#define NO_PRINT - -/* disable action features */ -//#define NO_ACTION_LAYER -//#define NO_ACTION_TAPPING -//#define NO_ACTION_ONESHOT diff --git a/keyboards/viktus/styrka/keyboard.json b/keyboards/viktus/styrka/keyboard.json index e5a642e471..98d46bc81a 100644 --- a/keyboards/viktus/styrka/keyboard.json +++ b/keyboards/viktus/styrka/keyboard.json @@ -16,6 +16,12 @@ "mousekey": false, "nkro": true }, + "qmk": { + "locking": { + "enabled": true, + "resync": true + } + }, "matrix_pins": { "cols": ["A0", "A1", "A2", "A3", "A4", "B14", "B15", "A8", "A9"], "rows": ["B11", "B10", "B2", "B1", "B0", "A7", "A6", "A5", "B13", "B12"] |