diff options
author | Ryan <fauxpark@gmail.com> | 2023-02-17 14:15:06 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-17 14:15:06 +1100 |
commit | 43843e19b630da894e7d5b92edbce8dbdf7f288c (patch) | |
tree | c9be2eb6b33ba6e581c85e55a3a458e43f8214c5 /keyboards/mechlovin/adelais/rgb_led/rev1 | |
parent | f4ba17c4a0ee59603c167b04f2d6f6eee8b2cf1b (diff) |
Clean up remaining rules.mk `MCU`/`BOOTLOADER`s (#19778)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/mechlovin/adelais/rgb_led/rev1')
-rw-r--r-- | keyboards/mechlovin/adelais/rgb_led/rev1/info.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/mechlovin/adelais/rgb_led/rev1/info.json b/keyboards/mechlovin/adelais/rgb_led/rev1/info.json index e93c3b77b8..f098bdbf95 100644 --- a/keyboards/mechlovin/adelais/rgb_led/rev1/info.json +++ b/keyboards/mechlovin/adelais/rgb_led/rev1/info.json @@ -3,6 +3,9 @@ "usb": { "pid": "0xAEC1" }, + "processor": "STM32F303", + "board": "QMK_PROTON_C", + "bootloader": "stm32-dfu", "indicators": { "caps_lock": "B2", "num_lock": "C15", |