summaryrefslogtreecommitdiff
path: root/keyboards/tkw/grandiceps/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/tkw/grandiceps/rules.mk')
-rw-r--r--keyboards/tkw/grandiceps/rules.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/tkw/grandiceps/rules.mk b/keyboards/tkw/grandiceps/rules.mk
index 432bf8647b..ca3435a19f 100644
--- a/keyboards/tkw/grandiceps/rules.mk
+++ b/keyboards/tkw/grandiceps/rules.mk
@@ -1,6 +1,9 @@
# MCU name
MCU = STM32F411
+# Bootloader selection
+BOOTLOADER = stm32-dfu
+
# Build Options
# change yes to no to disable
#
@@ -25,6 +28,3 @@ SERIAL_DRIVER = usart
OLED_DRIVER_ENABLE = yes
WS2812_DRIVER = pwm
OPT_DEFS += -DSTM32_DMA_REQUIRED=TRUE
-
-# Address of the bootloader in system memory
-STM32_BOOTLOADER_ADDRESS = 0x1FFF0000