diff options
Diffstat (limited to 'keyboards/nk65/rules.mk')
-rwxr-xr-x | keyboards/nk65/rules.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/nk65/rules.mk b/keyboards/nk65/rules.mk index 2e270289d..e3f02ee09 100755 --- a/keyboards/nk65/rules.mk +++ b/keyboards/nk65/rules.mk | |||
@@ -2,6 +2,9 @@ | |||
2 | MCU = STM32F303 | 2 | MCU = STM32F303 |
3 | BOARD = QMK_PROTON_C | 3 | BOARD = QMK_PROTON_C |
4 | 4 | ||
5 | # Bootloader selection | ||
6 | BOOTLOADER = stm32-dfu | ||
7 | |||
5 | # Do not put the microcontroller into power saving mode | 8 | # Do not put the microcontroller into power saving mode |
6 | # 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 |
7 | # backlight effects. | 10 | # backlight effects. |