1
0
Fork 0

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

@ -34,6 +34,8 @@
"extrakey": true,
"rgblight": true
},
"processor": "STM32F411",
"bootloader": "custom",
"layouts": {
"LAYOUT_tkl_ansi_tsangan": {
"layout": [

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 = m20add_boot
# Board: it should exist either in <chibios>/os/hal/boards/
# or <this_dir>/boards
BOARD = ST_NUCLEO64_F411RE
# Bootloader selection
BOOTLOADER = custom
CUSTOM_MATRIX = lite
# project specific files
SRC += matrix.c tca6424.c rgb_ring.c drivers/led/issi/is31fl3731.c