Move QMK LUFA bootloader config to data driven (#19879)
This commit is contained in:
@@ -22,9 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define MATRIX_COL_PINS { D6, D7, B4, B6, B5, B7, F7, F6, F5, F4, F1, F0, E6, B0 }
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
#define QMK_ESC_OUTPUT D6 // usually COL
|
||||
#define QMK_ESC_INPUT E2 // usually ROW
|
||||
|
||||
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
/* Locking resynchronize hack */
|
||||
|
@@ -8,6 +8,10 @@
|
||||
"pid": "0x1960",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"qmk_lufa_bootloader": {
|
||||
"esc_input": "E2",
|
||||
"esc_output": "D6"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "lufa-ms",
|
||||
"layouts": {
|
||||
|
Reference in New Issue
Block a user