Move QMK LUFA bootloader config to data driven (#19879)
This commit is contained in:
@@ -25,9 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define MATRIX_ROW_PINS { F4, F5, B1, B3, D1, D0, D7, E6 }
|
||||
#define MATRIX_COL_PINS { D3, D2, B4, F6, F7, B2 }
|
||||
|
||||
#define QMK_ESC_OUTPUT D3
|
||||
#define QMK_ESC_INPUT B1
|
||||
|
||||
#define PHYSICAL_LEDS_ENABLE
|
||||
|
||||
#ifdef BACKLIGHT_ENABLE
|
||||
|
@@ -3,6 +3,10 @@
|
||||
"usb": {
|
||||
"device_version": "2.1.0"
|
||||
},
|
||||
"qmk_lufa_bootloader": {
|
||||
"esc_input": "B1",
|
||||
"esc_output": "D3"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "qmk-dfu"
|
||||
}
|
||||
|
Reference in New Issue
Block a user