summaryrefslogtreecommitdiff
path: root/keyboards/planck/rev5
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-02-23 09:20:23 +1100
committerGitHub <noreply@github.com>2023-02-23 09:20:23 +1100
commit3bf01bb9ed202b14f78105db2aa2a75d01fc4323 (patch)
treee492f428742358d7e75a228314d92b818ee0370d /keyboards/planck/rev5
parent7f805cc7799deb0ca75f751cebd32c6640058af9 (diff)
Move QMK LUFA bootloader config to data driven (#19879)
Diffstat (limited to 'keyboards/planck/rev5')
-rw-r--r--keyboards/planck/rev5/info.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/planck/rev5/info.json b/keyboards/planck/rev5/info.json
index 9e271ec072..cd76c7e2ad 100644
--- a/keyboards/planck/rev5/info.json
+++ b/keyboards/planck/rev5/info.json
@@ -8,6 +8,12 @@
"pid": "0xAE01",
"device_version": "0.0.5"
},
+ "qmk_lufa_bootloader": {
+ "esc_input": "D5",
+ "esc_output": "F1",
+ "led": "E6",
+ "speaker": "C6"
+ },
"processor": "atmega32u4",
"bootloader": "qmk-dfu",
"community_layouts": ["ortho_4x12", "planck_mit"],