Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate LOCKING_*_ENABLE to Data-Driven: M, Part 1 #23772

Merged
merged 1 commit into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading