diff options
Diffstat (limited to 'keyboards/fallacy')
-rw-r--r-- | keyboards/fallacy/info.json | 2 | ||||
-rwxr-xr-x | keyboards/fallacy/rules.mk | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/keyboards/fallacy/info.json b/keyboards/fallacy/info.json index 62c89dc985..65007a2ce9 100644 --- a/keyboards/fallacy/info.json +++ b/keyboards/fallacy/info.json @@ -7,6 +7,8 @@ "pid": "0xBFFA", "device_version": "0.0.1" }, + "processor": "atmega32u4", + "bootloader": "atmel-dfu", "community_layouts": ["alice", "alice_split_bs"], "layouts": { "LAYOUT_alice_split_bs": { diff --git a/keyboards/fallacy/rules.mk b/keyboards/fallacy/rules.mk index 37876abe67..704204983c 100755 --- a/keyboards/fallacy/rules.mk +++ b/keyboards/fallacy/rules.mk @@ -1,9 +1,3 @@ -# MCU name -MCU = atmega32u4 - -# Bootloader selection -BOOTLOADER = atmel-dfu - # Build Options # change yes to no to disable # |