diff options
| author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2024-05-22 13:49:15 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-22 21:49:15 +0100 |
| commit | 199f01cc5760055dfbdc89f426bf5a8f9b49bfb7 (patch) | |
| tree | 21509be9a7885a7cb7707e241b5577e3b9e1f6d9 /keyboards/magic_force | |
| parent | 7baaac9531c2806e38d8c9e2e0357b3eadbf2a7f (diff) | |
Migrate `LOCKING_*_ENABLE` to Data-Driven: M, Part 1 (#23772)
Affects:
- `m10a`
- `machine_industries/m4_a`
- `magic_force/mf34`
- `majistic`
- `makenova/omega/omega4`
- `makrosu`
- `manta60`
- `maple_computing/christmas_tree/v2017`
- `maple_computing/ivy/rev1`
- `maple_computing/launchpad/rev1`
- `maple_computing/minidox/rev1`
- `maple_computing/the_ruler`
- `marksard/leftover30`
- `marksard/treadstone48/rev1`
- `marksard/treadstone48/rev2`
- `masterworks/classy_tkl/rev_a`
- `maxipad`
- `maxr1998/phoebe`
- `mc_76k`
- `mechkeys/acr60`
- `mechkeys/alu84`
- `mechkeys/espectro`
- `mechkeys/mechmini/v2`
- `mechkeys/mk60`
- `mechlovin/hannah910/rev1`
- `mechlovin/hannah910/rev2`
- `mechlovin/hannah910/rev3`
- `mechlovin/jay60`
- `mechlovin/tmkl`
- `mechwild/bde/lefty`
- `mechwild/bde/rev2`
- `mechwild/bde/righty`
- `mechwild/mercutio`
- `mechwild/mokulua/mirrored`
- `mechwild/mokulua/standard`
- `mechwild/murphpad`
- `mechwild/obe`
- `mechwild/puckbuddy`
- `meletrix/zoom98`
- `melgeek/mj6xy/rev3`
- `meme`
- `meow65`
- `mesa/mesa_tkl`
- `meson`
- `mikeneko65`
- `millipad`
- `mini_elixivy`
- `mini_ten_key_plus`
- `minimon/index_tab`
- `mint60`
- `misonoworks/karina`
- `miuni32`
- `mixi`
Diffstat (limited to 'keyboards/magic_force')
| -rw-r--r-- | keyboards/magic_force/mf34/config.h | 21 | ||||
| -rw-r--r-- | keyboards/magic_force/mf34/keyboard.json | 6 |
2 files changed, 6 insertions, 21 deletions
diff --git a/keyboards/magic_force/mf34/config.h b/keyboards/magic_force/mf34/config.h deleted file mode 100644 index 1cb16c5f86..0000000000 --- a/keyboards/magic_force/mf34/config.h +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | /* | ||
| 2 | This program is free software: you can redistribute it and/or modify | ||
| 3 | it under the terms of the GNU General Public License as published by | ||
| 4 | the Free Software Foundation, either version 2 of the License, or | ||
| 5 | (at your option) any later version. | ||
| 6 | |||
| 7 | This program is distributed in the hope that it will be useful, | ||
| 8 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 9 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 10 | GNU General Public License for more details. | ||
| 11 | |||
| 12 | You should have received a copy of the GNU General Public License | ||
| 13 | along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 14 | */ | ||
| 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 | /* Locking resynchronize hack */ | ||
| 21 | #define LOCKING_RESYNC_ENABLE | ||
diff --git a/keyboards/magic_force/mf34/keyboard.json b/keyboards/magic_force/mf34/keyboard.json index 50ad33408f..7178d0405e 100644 --- a/keyboards/magic_force/mf34/keyboard.json +++ b/keyboards/magic_force/mf34/keyboard.json | |||
| @@ -73,6 +73,12 @@ | |||
| 73 | "nkro": true, | 73 | "nkro": true, |
| 74 | "rgb_matrix": true | 74 | "rgb_matrix": true |
| 75 | }, | 75 | }, |
| 76 | "qmk": { | ||
| 77 | "locking": { | ||
| 78 | "enabled": true, | ||
| 79 | "resync": true | ||
| 80 | } | ||
| 81 | }, | ||
| 76 | "matrix_pins": { | 82 | "matrix_pins": { |
| 77 | "cols": ["A2", "A1", "B14", "B4", "B5", "B6", "B7"], | 83 | "cols": ["A2", "A1", "B14", "B4", "B5", "B6", "B7"], |
| 78 | "rows": ["A7", "B0", "B1", "B2", "B10", "B11"] | 84 | "rows": ["A7", "B0", "B1", "B2", "B10", "B11"] |
