diff options
Diffstat (limited to 'keyboards/ares')
-rw-r--r-- | keyboards/ares/info.json | 2 | ||||
-rw-r--r-- | keyboards/ares/rules.mk | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/keyboards/ares/info.json b/keyboards/ares/info.json index 57a3852a78..4be38bd497 100644 --- a/keyboards/ares/info.json +++ b/keyboards/ares/info.json @@ -8,6 +8,8 @@ "pid": "0x422D", "device_version": "2.0.0" }, + "processor": "atmega32a", + "bootloader": "bootloadhid", "layout_aliases": { "LAYOUT": "LAYOUT_all" }, diff --git a/keyboards/ares/rules.mk b/keyboards/ares/rules.mk index c5f136bd15..2b6885bba1 100644 --- a/keyboards/ares/rules.mk +++ b/keyboards/ares/rules.mk @@ -1,9 +1,3 @@ -# MCU name -MCU = atmega32a - -# Bootloader selection -BOOTLOADER = bootloadhid - # Build Options # change yes to no to disable # |