diff options
| author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2024-05-23 12:34:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-23 20:34:56 +0100 |
| commit | 0094a6f571d4ab56e7a4747a35482c5f98e821f3 (patch) | |
| tree | 64b394ad6f8b66719e95e3e86255d6a1f7f68906 /keyboards/splitish | |
| parent | 634ebc9763b7320beb669085188aaa7abbed615d (diff) | |
Migrate `LOCKING_*_ENABLE` to Data-Driven: S, Part 2 (#23784)
Affects:
- `slz40`
- `smithrune/iron160/iron160_s`
- `smithrune/iron165r2/f072`
- `smithrune/iron165r2/f411`
- `smithrune/iron180`
- `smithrune/iron180v2/v2h`
- `smithrune/iron180v2/v2s`
- `smoll/lefty`
- `snampad`
- `sneakbox/aliceclone`
- `sneakbox/disarray/ortho`
- `sneakbox/disarray/staggered`
- `soup10`
- `soy20`
- `sparrow62`
- `split67`
- `splitish`
- `splitography`
- `star75`
- `stello65/beta`
- `stello65/hs_rev1`
- `stello65/sl_rev1`
- `stenokeyboards/the_uni/pro_micro`
- `stenokeyboards/the_uni/usb_c`
- `strech/soulstone`
- `studiokestra/bourgeau`
- `studiokestra/cascade`
- `studiokestra/frl84`
- `studiokestra/galatea/rev1`
- `studiokestra/galatea/rev2`
- `studiokestra/galatea/rev3`
- `studiokestra/line_friends_tkl`
- `studiokestra/nascent`
- `studiokestra/nue`
- `suavity/ehan`
- `subatomic`
- `switchplate/southpaw_65`
- `switchplate/southpaw_fullsize`
- `switchplate/switchplate910`
- `sx60`
- `system76/launch_1`
Diffstat (limited to 'keyboards/splitish')
| -rw-r--r-- | keyboards/splitish/config.h | 24 | ||||
| -rw-r--r-- | keyboards/splitish/keyboard.json | 6 |
2 files changed, 6 insertions, 24 deletions
diff --git a/keyboards/splitish/config.h b/keyboards/splitish/config.h deleted file mode 100644 index f3fe3850d7..0000000000 --- a/keyboards/splitish/config.h +++ /dev/null | |||
| @@ -1,24 +0,0 @@ | |||
| 1 | /* | ||
| 2 | Copyright 2019 Reid Schneyer <reschneyer89@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 | #define LOCKING_SUPPORT_ENABLE | ||
| 21 | |||
| 22 | #define LOCKING_RESYNC_ENABLE | ||
| 23 | |||
| 24 | |||
diff --git a/keyboards/splitish/keyboard.json b/keyboards/splitish/keyboard.json index 0804317371..3df635e6bc 100644 --- a/keyboards/splitish/keyboard.json +++ b/keyboards/splitish/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", "F5", "F6", "F7", "B1", "B3", "C6", "D4", "D0", "D1", "D2", "D3"], | 26 | "cols": ["F4", "F5", "F6", "F7", "B1", "B3", "C6", "D4", "D0", "D1", "D2", "D3"], |
| 21 | "rows": ["B4", "B5", "B2", "B6"] | 27 | "rows": ["B4", "B5", "B2", "B6"] |
