diff options
| author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2024-05-23 12:38:43 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-23 20:38:43 +0100 |
| commit | 84134115711f5165bffc862e6386346b29099c18 (patch) | |
| tree | 73a4b8a40c55c5af08bd6af845e0377269c8ddae /keyboards/satt | |
| parent | 0094a6f571d4ab56e7a4747a35482c5f98e821f3 (diff) | |
Migrate `LOCKING_*_ENABLE` to Data-Driven: S, Part 1 (#23783)
Affects:
- `salicylic_acid3/7skb/rev1`
- `salicylic_acid3/7splus`
- `salicylic_acid3/ajisai74`
- `salicylic_acid3/ergoarrows`
- `salicylic_acid3/getta25/rev1`
- `salicylic_acid3/jisplit89/rev1`
- `salicylic_acid3/nafuda`
- `salicylic_acid3/naked48/rev1`
- `salicylic_acid3/naked60/rev1`
- `salicylic_acid3/naked64/rev1`
- `salicylic_acid3/nknl7en`
- `salicylic_acid3/nknl7jp`
- `salicylic_acid3/setta21/rev1`
- `sandwich/keeb68`
- `satt/vision`
- `sauce/mild`
- `scatter42`
- `sck/gtm`
- `sck/m0116b`
- `sck/neiso`
- `sekigon/grs_70ec`
- `sendyyeah/pix`
- `senselessclay/ck65`
- `senselessclay/gos65`
- `senselessclay/had60`
- `sentraq/s60_x/default`
- `sentraq/s60_x/rgb`
- `sentraq/s65_plus`
- `sentraq/s65_x`
- `sets3n/kk980`
- `shambles`
- `shandoncodes/flygone60/rev3`
- `shandoncodes/mino/hotswap`
- `shapeshifter4060`
- `shiro`
- `shk9`
- `sidderskb/majbritt/rev2`
- `sixkeyboard`
- `skeletonkbd/skeletonnumpad`
- `skme/zeno`
Diffstat (limited to 'keyboards/satt')
| -rw-r--r-- | keyboards/satt/vision/config.h | 39 | ||||
| -rw-r--r-- | keyboards/satt/vision/keyboard.json | 6 |
2 files changed, 6 insertions, 39 deletions
diff --git a/keyboards/satt/vision/config.h b/keyboards/satt/vision/config.h deleted file mode 100644 index 4b007cf387..0000000000 --- a/keyboards/satt/vision/config.h +++ /dev/null | |||
| @@ -1,39 +0,0 @@ | |||
| 1 | /* | ||
| 2 | Copyright 2015 Jun Wako <wakojun@gmail.com> | ||
| 3 | |||
| 4 | This program is free software: you can redistribute it and/or modify | ||
| 5 | it under the terms of the GNU General Public License as published by | ||
| 6 | the Free Software Foundation, either version 2 of the License, or | ||
| 7 | (at your option) any later version. | ||
| 8 | |||
| 9 | This program is distributed in the hope that it will be useful, | ||
| 10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 12 | GNU General Public License for more details. | ||
| 13 | |||
| 14 | You should have received a copy of the GNU General Public License | ||
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 16 | */ | ||
| 17 | |||
| 18 | #pragma once | ||
| 19 | |||
| 20 | /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ | ||
| 21 | #define LOCKING_SUPPORT_ENABLE | ||
| 22 | /* Locking resynchronize hack */ | ||
| 23 | #define LOCKING_RESYNC_ENABLE | ||
| 24 | |||
| 25 | /* | ||
| 26 | * Feature disable options | ||
| 27 | * These options are also useful to firmware size reduction. | ||
| 28 | */ | ||
| 29 | |||
| 30 | /* disable debug print */ | ||
| 31 | //#define NO_DEBUG | ||
| 32 | |||
| 33 | /* disable print */ | ||
| 34 | //#define NO_PRINT | ||
| 35 | |||
| 36 | /* disable action features */ | ||
| 37 | //#define NO_ACTION_LAYER | ||
| 38 | //#define NO_ACTION_TAPPING | ||
| 39 | //#define NO_ACTION_ONESHOT | ||
diff --git a/keyboards/satt/vision/keyboard.json b/keyboards/satt/vision/keyboard.json index 7683855f42..88ec732cd6 100644 --- a/keyboards/satt/vision/keyboard.json +++ b/keyboards/satt/vision/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": ["B1", "B0", "A7", "A6", "A5", "A4", "A3", "B8", "B7", "B6", "B5", "B4", "B3", "A15"], | 26 | "cols": ["B1", "B0", "A7", "A6", "A5", "A4", "A3", "B8", "B7", "B6", "B5", "B4", "B3", "A15"], |
| 21 | "rows": ["B12", "B2", "A2", "A1"] | 27 | "rows": ["B12", "B2", "A2", "A1"] |
