diff options
Diffstat (limited to 'keyboards/the_uni/rules.mk')
-rw-r--r-- | keyboards/the_uni/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/the_uni/rules.mk b/keyboards/the_uni/rules.mk index b4683fe3f..36c52b677 100644 --- a/keyboards/the_uni/rules.mk +++ b/keyboards/the_uni/rules.mk | |||
@@ -1,7 +1,7 @@ | |||
1 | # MCU name | 1 | # MCU name |
2 | MCU = atmega32u4 | 2 | MCU = atmega32u4 |
3 | 3 | ||
4 | # Bootloader | 4 | # Bootloader selection |
5 | BOOTLOADER = atmel-dfu | 5 | BOOTLOADER = atmel-dfu |
6 | 6 | ||
7 | 7 | ||