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: E #23751

Merged
merged 1 commit into from
May 20, 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
38 changes: 0 additions & 38 deletions keyboards/e88/config.h

This file was deleted.

6 changes: 6 additions & 0 deletions keyboards/e88/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
"mousekey": false,
"nkro": false
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"matrix_pins": {
"cols": ["F0", "F1", "F4", "F5", "F6", "F7", "D0", "D1", "D2", "D3", "B3", "B2", "B1", "E6", "D5", "D6", "D4"],
"rows": ["B7", "D7", "B4", "C6", "B5", "B6"]
Expand Down
5 changes: 0 additions & 5 deletions keyboards/ealdin/quadrant/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

#pragma once

/* 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/ealdin/quadrant/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
"nkro": false,
"rgblight": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"matrix_pins": {
"cols": ["D3", "D2", "D1", "D0", "D4", "C6", "D7", "E6", "B4", "B5", "B7", "F6", "F5", "F4"],
"rows": ["B2", "F7", "B3", "B6", "B1"]
Expand Down
39 changes: 0 additions & 39 deletions keyboards/earth_rover/config.h

This file was deleted.

6 changes: 6 additions & 0 deletions keyboards/earth_rover/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": ["F4", "F5", "F6", "F7"],
"rows": ["D4", "C6", "D7", "E6"]
Expand Down
39 changes: 0 additions & 39 deletions keyboards/eco/config.h

This file was deleted.

8 changes: 7 additions & 1 deletion keyboards/eco/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,11 @@
"pid": "0x6006"
},
"processor": "atmega32u4",
"bootloader": "caterina"
"bootloader": "caterina",
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
}
}
19 changes: 0 additions & 19 deletions keyboards/edc40/config.h

This file was deleted.

6 changes: 6 additions & 0 deletions keyboards/edc40/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
"nkro": true,
"unicode": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"matrix_pins": {
"cols": ["B0", "B1", "B2", "B3", "D0", "D1", "D2", "D3", "D5", "B4", "B5"],
"rows": ["D4", "D6", "D7", "F7"]
Expand Down
24 changes: 0 additions & 24 deletions keyboards/edi/standaside/config.h

This file was deleted.

6 changes: 6 additions & 0 deletions keyboards/edi/standaside/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": ["F5", "D0", "D4", "C6", "D7", "E6", "B4", "B5"],
"rows": ["D1", "F4", "F6", "F7", "B1", "B3", "B2", "B6"]
Expand Down
39 changes: 0 additions & 39 deletions keyboards/eek/config.h

This file was deleted.

6 changes: 6 additions & 0 deletions keyboards/eek/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
"mousekey": false,
"nkro": false
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"matrix_pins": {
"cols": ["D4", "C6", "B6", "B2", "B3", "B1", "F7", "F6", "F5", "F4"],
"rows": ["D7", "E6", "B4", "B5"]
Expand Down
5 changes: 0 additions & 5 deletions keyboards/ein_60/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,3 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
# define AUDIO_CLICKY
# define AUDIO_DAC_SAMPLE_MAX 4095U
#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
6 changes: 6 additions & 0 deletions keyboards/ein_60/keyboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
"nkro": false,
"oled": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"matrix_pins": {
"cols": ["A3", "A2", "A1", "A0", "F6", "F5", "F0", "E0", "E1", "C0", "C1", "C2", "C3"],
"rows": ["F1", "F2", "F3", "F4"]
Expand Down
39 changes: 0 additions & 39 deletions keyboards/eniigmakeyboards/ek65/config.h

This file was deleted.

6 changes: 6 additions & 0 deletions keyboards/eniigmakeyboards/ek65/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": ["F0", "F1", "F4", "F5", "F6", "F7", "C7", "C6", "B6", "B5", "B4", "D7", "E6", "B2", "B1", "B0"],
"rows": ["D0", "D1", "D2", "D3", "D5"]
Expand Down
Loading
Loading