diff options
Diffstat (limited to 'keyboards/gh60/revc')
-rw-r--r-- | keyboards/gh60/revc/info.json | 2 | ||||
-rw-r--r-- | keyboards/gh60/revc/rules.mk | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/keyboards/gh60/revc/info.json b/keyboards/gh60/revc/info.json index c381450138..9c9d96b791 100644 --- a/keyboards/gh60/revc/info.json +++ b/keyboards/gh60/revc/info.json @@ -8,6 +8,8 @@ "pid": "0x0001", "device_version": "0.0.1" }, + "processor": "atmega32u4", + "bootloader": "atmel-dfu", "community_layouts": ["60_ansi", "60_iso", "60_ansi_split_bs_rshift", "60_tsangan_hhkb"], "layouts": { "LAYOUT_all": { diff --git a/keyboards/gh60/revc/rules.mk b/keyboards/gh60/revc/rules.mk index a813fab66c..53acbde106 100644 --- a/keyboards/gh60/revc/rules.mk +++ b/keyboards/gh60/revc/rules.mk @@ -1,9 +1,3 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = atmel-dfu - # Build Options # change yes to no to disable # |