aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/matrix/noah/rules.mk
diff options
context:
space:
mode:
authorJoel Challis2024-04-25 09:42:48 +0200
committerGitHub2024-04-25 09:42:48 +0200
commit3d83b3e7c5dc18b77d82798fdad9d7552487cfe4 (patch)
tree8c96d1c4fd2fae989b1861e68bc1d3487a25787b /keyboards/matrix/noah/rules.mk
parentb6d5cfe5751f9dba6d06b9fce110ed8c6160576c (diff)
Migrate build target markers to keyboard.json - Misc (#23609)
Diffstat (limited to 'keyboards/matrix/noah/rules.mk')
-rw-r--r--keyboards/matrix/noah/rules.mk13
1 files changed, 1 insertions, 12 deletions
diff --git a/keyboards/matrix/noah/rules.mk b/keyboards/matrix/noah/rules.mk
index d1c19f36ff..407c120a52 100644
--- a/keyboards/matrix/noah/rules.mk
+++ b/keyboards/matrix/noah/rules.mk
@@ -1,18 +1,7 @@
-# MCU name
-MCU = STM32F411
-
-# Linker script to use
-# - it should exist either in <chibios>/os/common/ports/ARMCMx/compilers/GCC/ld/
-# or <this_dir>/ld/
+# custom bootloader
MCU_LDSCRIPT = noah_boot
-
-# Board: it should exist either in <chibios>/os/hal/boards/
-# or <this_dir>/boards
BOARD = ST_NUCLEO64_F411RE
-# Bootloader selection
-BOOTLOADER = custom
-
WS2812_DRIVER_REQUIRED = yes
CUSTOM_MATRIX = yes