Add biantin keyboard

This commit is contained in:
Martin Pander
2026-02-27 22:59:31 +01:00
parent 1eb175cb47
commit 264f0ec8bd
23 changed files with 1144 additions and 0 deletions

48
biantin/config/west.yml Normal file
View File

@@ -0,0 +1,48 @@
manifest:
remotes:
- name: zmkfirmware
url-base: https://github.com/zmkfirmware
# Additional modules containing boards/shields/custom code can be listed here as well
# See https://docs.zephyrproject.org/3.2.0/develop/west/manifest.html#projects
projects:
- name: zmk
remote: zmkfirmware
revision: v0.3
import: app/west.yml
self:
path: config
# manifest:
# remotes:
# - name: zmkfirmware
# url-base: https://github.com/zmkfirmware
# projects:
# - name: zmk
# remote: zmkfirmware
# revision: ac7f75b8591d39aaf3b66b9d26f26c9ed921a009 # main
# import: app/west.yml
# - name: zephyr
# remote: zmkfirmware
# revision: ec36516990d40355238db3049bc1709191f99b4e # v4.1.0+zmk-fixes
# import:
# name-blocklist:
# - ci-tools
# - hal_altera
# - hal_cypress
# - hal_infineon
# - hal_microchip
# - hal_nxp
# - hal_openisa
# - hal_silabs
# - hal_xtensa
# - hal_st
# - hal_ti
# - loramac-node
# - mcuboot
# - mcumgr
# - net-tools
# - openthread
# - edtt
# - trusted-firmware-m
# self:
# path: config