refactor(boards): Move Polarity Works boards to ZMK variants

Make the standard Polarity Works board IDs be `zmk` variants.
This commit is contained in:
Peter Johanson 2026-01-15 00:11:38 -07:00
parent b589dd60d6
commit 854a4616aa
18 changed files with 13 additions and 5 deletions

View File

@ -3,10 +3,14 @@ boards:
vendor: polarityworks vendor: polarityworks
socs: socs:
- name: nrf52840 - name: nrf52840
variants:
- name: zmk
- name: bt60 - name: bt60
vendor: polarityworks vendor: polarityworks
socs: socs:
- name: nrf52840 - name: nrf52840
variants:
- name: zmk
revision: revision:
format: major.minor.patch format: major.minor.patch
default: 2.0.0 default: 2.0.0

View File

@ -1,5 +1,5 @@
file_format: "1" file_format: "1"
id: bt60 id: bt60//zmk
name: BT60 V2 name: BT60 V2
type: board type: board
arch: arm arch: arm

View File

@ -1,5 +1,5 @@
file_format: "1" file_format: "1"
id: bt60_hs id: bt60_hs//zmk
name: BT60 V1 Hotswap name: BT60 V1 Hotswap
type: board type: board
arch: arm arch: arm

View File

@ -4,7 +4,7 @@
* SPDX-License-Identifier: MIT * SPDX-License-Identifier: MIT
*/ */
#include "bt60.dts" #include "bt60_nrf52840_zmk.dts"
#include "bt60_1_0_0.dtsi" #include "bt60_1_0_0.dtsi"
#include <layouts/common/60percent/ansi.dtsi> #include <layouts/common/60percent/ansi.dtsi>

View File

@ -3,3 +3,5 @@ board:
vendor: polarityworks vendor: polarityworks
socs: socs:
- name: nrf52840 - name: nrf52840
variants:
- name: zmk

View File

@ -1,5 +1,5 @@
file_format: "1" file_format: "1"
id: bt65 id: bt65//zmk
name: BT65 name: BT65
type: board type: board
arch: arm arch: arm

View File

@ -3,3 +3,5 @@ board:
vendor: polarityworks vendor: polarityworks
socs: socs:
- name: nrf52840 - name: nrf52840
variants:
- name: zmk

View File

@ -1,5 +1,5 @@
file_format: "1" file_format: "1"
id: bt75 id: bt75//zmk
name: BT75 V1 name: BT75 V1
type: board type: board
arch: arm arch: arm