summaryrefslogtreecommitdiff
path: root/keyboards/mechlovin/adelais/standard_led/avr/rev1
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-02-17 14:15:06 +1100
committerGitHub <noreply@github.com>2023-02-17 14:15:06 +1100
commit43843e19b630da894e7d5b92edbce8dbdf7f288c (patch)
treec9be2eb6b33ba6e581c85e55a3a458e43f8214c5 /keyboards/mechlovin/adelais/standard_led/avr/rev1
parentf4ba17c4a0ee59603c167b04f2d6f6eee8b2cf1b (diff)
Clean up remaining rules.mk `MCU`/`BOOTLOADER`s (#19778)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/mechlovin/adelais/standard_led/avr/rev1')
-rw-r--r--keyboards/mechlovin/adelais/standard_led/avr/rev1/info.json2
-rw-r--r--keyboards/mechlovin/adelais/standard_led/avr/rev1/rules.mk6
2 files changed, 2 insertions, 6 deletions
diff --git a/keyboards/mechlovin/adelais/standard_led/avr/rev1/info.json b/keyboards/mechlovin/adelais/standard_led/avr/rev1/info.json
index 0103bf09b6..f571ebab51 100644
--- a/keyboards/mechlovin/adelais/standard_led/avr/rev1/info.json
+++ b/keyboards/mechlovin/adelais/standard_led/avr/rev1/info.json
@@ -3,6 +3,8 @@
"usb": {
"pid": "0xAD04"
},
+ "processor": "atmega32u4",
+ "bootloader": "atmel-dfu",
"indicators": {
"caps_lock": "E6",
"num_lock": "D7",
diff --git a/keyboards/mechlovin/adelais/standard_led/avr/rev1/rules.mk b/keyboards/mechlovin/adelais/standard_led/avr/rev1/rules.mk
index 0bba0b6eaf..c807f2ad09 100644
--- a/keyboards/mechlovin/adelais/standard_led/avr/rev1/rules.mk
+++ b/keyboards/mechlovin/adelais/standard_led/avr/rev1/rules.mk
@@ -1,9 +1,3 @@
-# MCU name
-MCU = atmega32u4
-
-# Bootloader selection
-BOOTLOADER = atmel-dfu
-
CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality