Move QMK LUFA bootloader config to data driven (#19879)

This commit is contained in:
Ryan
2023-02-23 09:20:23 +11:00
committed by GitHub
parent 7f805cc779
commit 3bf01bb9ed
109 changed files with 217 additions and 225 deletions

View File

@@ -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 */

View File

@@ -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": {