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/plain60 | |
parent | 7f805cc7799deb0ca75f751cebd32c6640058af9 (diff) |
Move QMK LUFA bootloader config to data driven (#19879)
Diffstat (limited to 'keyboards/evyd13/plain60')
-rw-r--r-- | keyboards/evyd13/plain60/config.h | 3 | ||||
-rw-r--r-- | keyboards/evyd13/plain60/info.json | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/keyboards/evyd13/plain60/config.h b/keyboards/evyd13/plain60/config.h index a952eb50ab..d3c3722e9e 100644 --- a/keyboards/evyd13/plain60/config.h +++ b/keyboards/evyd13/plain60/config.h @@ -25,6 +25,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW - -#define QMK_ESC_OUTPUT D2 // usually COL -#define QMK_ESC_INPUT B4 // usually ROW diff --git a/keyboards/evyd13/plain60/info.json b/keyboards/evyd13/plain60/info.json index 5a03e1a91c..d6a930e9ea 100644 --- a/keyboards/evyd13/plain60/info.json +++ b/keyboards/evyd13/plain60/info.json @@ -8,6 +8,10 @@ "pid": "0x0160", "device_version": "0.0.1" }, + "qmk_lufa_bootloader": { + "esc_input": "B4", + "esc_output": "D2" + }, "processor": "atmega32u4", "bootloader": "qmk-dfu", "community_layouts": ["60_ansi", "60_ansi_split_bs_rshift", "60_hhkb", "60_iso", "60_tsangan_hhkb"], |