diff options
Diffstat (limited to 'keyboards/nebula12/rules.mk')
| -rwxr-xr-x | keyboards/nebula12/rules.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/nebula12/rules.mk b/keyboards/nebula12/rules.mk index 8b58827ad..3a423fb78 100755 --- a/keyboards/nebula12/rules.mk +++ b/keyboards/nebula12/rules.mk | |||
| @@ -1,8 +1,10 @@ | |||
| 1 | # MCU name | 1 | # MCU name |
| 2 | MCU = STM32F072 | 2 | MCU = STM32F072 |
| 3 | |||
| 4 | BOARD = GENERIC_STM32_F072XB | 3 | BOARD = GENERIC_STM32_F072XB |
| 5 | 4 | ||
| 5 | # Bootloader selection | ||
| 6 | BOOTLOADER = stm32-dfu | ||
| 7 | |||
| 6 | # Do not put the microcontroller into power saving mode | 8 | # Do not put the microcontroller into power saving mode |
| 7 | # when we get USB suspend event. We want it to keep updating | 9 | # when we get USB suspend event. We want it to keep updating |
| 8 | # backlight effects. | 10 | # backlight effects. |
