mirror of https://github.com/zmkfirmware/zmk.git
refactor(boards): Move Polarity Works boards to ZMK variants
Make the standard Polarity Works board IDs be `zmk` variants.
This commit is contained in:
parent
b589dd60d6
commit
854a4616aa
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
||||||
|
|
@ -3,3 +3,5 @@ board:
|
||||||
vendor: polarityworks
|
vendor: polarityworks
|
||||||
socs:
|
socs:
|
||||||
- name: nrf52840
|
- name: nrf52840
|
||||||
|
variants:
|
||||||
|
- name: zmk
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -3,3 +3,5 @@ board:
|
||||||
vendor: polarityworks
|
vendor: polarityworks
|
||||||
socs:
|
socs:
|
||||||
- name: nrf52840
|
- name: nrf52840
|
||||||
|
variants:
|
||||||
|
- name: zmk
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue