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/wonderland | |
parent | 7f805cc7799deb0ca75f751cebd32c6640058af9 (diff) |
Move QMK LUFA bootloader config to data driven (#19879)
Diffstat (limited to 'keyboards/evyd13/wonderland')
-rw-r--r-- | keyboards/evyd13/wonderland/config.h | 4 | ||||
-rw-r--r-- | keyboards/evyd13/wonderland/info.json | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/keyboards/evyd13/wonderland/config.h b/keyboards/evyd13/wonderland/config.h index 56a907817e..8d41a6a924 100644 --- a/keyboards/evyd13/wonderland/config.h +++ b/keyboards/evyd13/wonderland/config.h @@ -41,7 +41,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_EFFECT_ALTERNATING #define RGBLIGHT_EFFECT_TWINKLE #define RGBLED_NUM 12 - -#define QMK_ESC_OUTPUT F0 // usually COL -#define QMK_ESC_INPUT B0 // usually ROW -#define QMK_LED B1 diff --git a/keyboards/evyd13/wonderland/info.json b/keyboards/evyd13/wonderland/info.json index 99672acb74..9a84e03c0e 100644 --- a/keyboards/evyd13/wonderland/info.json +++ b/keyboards/evyd13/wonderland/info.json @@ -8,6 +8,11 @@ "pid": "0xA71C", "device_version": "0.0.3" }, + "qmk_lufa_bootloader": { + "esc_input": "B0", + "esc_output": "F0", + "led": "B1" + }, "indicators": { "caps_lock": "B2", "num_lock": "B1", |