Skip to content

Commit

Permalink
Migrate LOCKING_*_ENABLE to Data-Driven: M, Part 1 (#23772)
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
noroadsleft authored May 22, 2024
1 parent 7baaac9 commit 199f01c
Show file tree
Hide file tree
Showing 102 changed files with 311 additions and 1,217 deletions.
40 changes: 0 additions & 40 deletions keyboards/m10a/config.h

This file was deleted.

6 changes: 6 additions & 0 deletions keyboards/m10a/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
"nkro": true,
"unicode": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"matrix_pins": {
"cols": ["F5", "F1", "F0"],
"rows": ["B6", "F7", "F6", "D6"]
Expand Down
25 changes: 0 additions & 25 deletions keyboards/machine_industries/m4_a/config.h

This file was deleted.

6 changes: 6 additions & 0 deletions keyboards/machine_industries/m4_a/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
"mousekey": true,
"nkro": false
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"matrix_pins": {
"cols": ["F6", "F7"],
"rows": ["C7", "C6"]
Expand Down
21 changes: 0 additions & 21 deletions keyboards/magic_force/mf34/config.h

This file was deleted.

6 changes: 6 additions & 0 deletions keyboards/magic_force/mf34/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@
"nkro": true,
"rgb_matrix": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"matrix_pins": {
"cols": ["A2", "A1", "B14", "B4", "B5", "B6", "B7"],
"rows": ["A7", "B0", "B1", "B2", "B10", "B11"]
Expand Down
24 changes: 0 additions & 24 deletions keyboards/majistic/config.h

This file was deleted.

6 changes: 6 additions & 0 deletions keyboards/majistic/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
"mousekey": true,
"nkro": false
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"matrix_pins": {
"cols": ["D4", "C6", "D7", "E6", "B4", "B5", "F4", "F5"],
"rows": ["F6", "F7", "B1", "B3", "B2"]
Expand Down
9 changes: 0 additions & 9 deletions keyboards/makenova/omega/omega4/config.h

This file was deleted.

6 changes: 6 additions & 0 deletions keyboards/makenova/omega/omega4/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
"mousekey": true,
"nkro": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"matrix_pins": {
"cols": ["D4", "F4", "B5", "F5", "F6", "B6", "B2", "B3", "B1", "F7"],
"rows": ["C6", "D7", "E6", "B4"]
Expand Down
23 changes: 0 additions & 23 deletions keyboards/makrosu/config.h

This file was deleted.

6 changes: 5 additions & 1 deletion keyboards/makrosu/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@
]
},
"qmk": {
"tap_keycode_delay": 10
"tap_keycode_delay": 10,
"locking": {
"enabled": true,
"resync": true
}
},
"bootmagic": {
"matrix": [0, 5]
Expand Down
5 changes: 0 additions & 5 deletions keyboards/manta60/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
# define USB_MAX_POWER_CONSUMPTION 100
#endif

/* 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.
Expand Down
6 changes: 6 additions & 0 deletions keyboards/manta60/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
"nkro": false,
"rgblight": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"matrix_pins": {
"cols": ["F4", "F5", "F6", "F7", "B1", "B3", "B2"],
"rows": ["D4", "C6", "D7", "E6", "B4"]
Expand Down
23 changes: 0 additions & 23 deletions keyboards/maple_computing/christmas_tree/config.h

This file was deleted.

6 changes: 6 additions & 0 deletions keyboards/maple_computing/christmas_tree/v2017/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
"mousekey": false,
"nkro": false
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"matrix_pins": {
"cols": ["D1"],
"rows": ["D3", "F4", "D0", "F6", "F5", "D4"]
Expand Down
38 changes: 0 additions & 38 deletions keyboards/maple_computing/ivy/config.h

This file was deleted.

6 changes: 6 additions & 0 deletions keyboards/maple_computing/ivy/rev1/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
"extrakey": true,
"backlight": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"layouts": {
"LAYOUT": {
"layout": [
Expand Down
39 changes: 0 additions & 39 deletions keyboards/maple_computing/launchpad/config.h

This file was deleted.

6 changes: 6 additions & 0 deletions keyboards/maple_computing/launchpad/rev1/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
"extrakey": true,
"nkro": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"layouts": {
"LAYOUT": {
"layout": [
Expand Down
Loading

0 comments on commit 199f01c

Please sign in to comment.