diff options
Diffstat (limited to 'keyboards/miller')
-rw-r--r-- | keyboards/miller/gm862/info.json | 2 | ||||
-rw-r--r-- | keyboards/miller/gm862/rules.mk | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/keyboards/miller/gm862/info.json b/keyboards/miller/gm862/info.json index 891ad9eb80..9f3d247305 100644 --- a/keyboards/miller/gm862/info.json +++ b/keyboards/miller/gm862/info.json @@ -8,6 +8,8 @@ "pid": "0x0223", "device_version": "0.0.1" }, + "processor": "atmega32u4", + "bootloader": "atmel-dfu", "debounce": 3, "layouts": { "LAYOUT_60_ansi": { diff --git a/keyboards/miller/gm862/rules.mk b/keyboards/miller/gm862/rules.mk index 036987413e..c1fb17d02d 100644 --- a/keyboards/miller/gm862/rules.mk +++ b/keyboards/miller/gm862/rules.mk @@ -1,9 +1,3 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = atmel-dfu - # Build Options # change yes to no to disable # |