Migrate build target markers to keyboard.json - Misc (#23609)

This commit is contained in:
Joel Challis 2024-04-25 08:42:48 +01:00 committed by GitHub
parent b6d5cfe575
commit 3d83b3e7c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
43 changed files with 69 additions and 157 deletions

View file

@ -83,6 +83,8 @@
"rgblight": true,
"rgb_matrix": true
},
"processor": "STM32F411",
"bootloader": "custom",
"community_layouts": ["65_iso_blocker"],
"layouts": {
"LAYOUT_default": {

View file

@ -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