diff options
author | Ryan <fauxpark@gmail.com> | 2023-02-23 09:20:23 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-23 09:20:23 +1100 |
commit | 3bf01bb9ed202b14f78105db2aa2a75d01fc4323 (patch) | |
tree | e492f428742358d7e75a228314d92b818ee0370d /keyboards/evyd13/mx5160 | |
parent | 7f805cc7799deb0ca75f751cebd32c6640058af9 (diff) |
Move QMK LUFA bootloader config to data driven (#19879)
Diffstat (limited to 'keyboards/evyd13/mx5160')
-rw-r--r-- | keyboards/evyd13/mx5160/config.h | 5 | ||||
-rw-r--r-- | keyboards/evyd13/mx5160/info.json | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/evyd13/mx5160/config.h b/keyboards/evyd13/mx5160/config.h index 45e5500bfa..408d12cb69 100644 --- a/keyboards/evyd13/mx5160/config.h +++ b/keyboards/evyd13/mx5160/config.h @@ -33,11 +33,6 @@ /* COL2ROW, ROW2COL*/ #define DIODE_DIRECTION ROW2COL -// For QMK DFU -#define QMK_ESC_OUTPUT C6 -#define QMK_ESC_INPUT D1 -#define QMK_LED B1 - /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ diff --git a/keyboards/evyd13/mx5160/info.json b/keyboards/evyd13/mx5160/info.json index c554429556..4436aefb8f 100644 --- a/keyboards/evyd13/mx5160/info.json +++ b/keyboards/evyd13/mx5160/info.json @@ -8,6 +8,11 @@ "pid": "0x5160", "device_version": "0.0.1" }, + "qmk_lufa_bootloader": { + "esc_input": "D1", + "esc_output": "C6", + "led": "B1" + }, "indicators": { "caps_lock": "B1", "num_lock": "B2", |