mirror of https://github.com/zmkfirmware/zmk.git
refactor(boards): Move planck to ZMK variant by default
Make the standard planck board ID be `planck/stm32f303xc/zmk` or `planck//zmk` by shorthand.
This commit is contained in:
parent
e1e6c6c02b
commit
48aca33cb1
|
|
@ -3,6 +3,8 @@ board:
|
|||
vendor: olkb
|
||||
socs:
|
||||
- name: stm32f303xc
|
||||
variants:
|
||||
- name: zmk
|
||||
revision:
|
||||
format: major.minor.patch
|
||||
default: 6.0.0
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
file_format: "1"
|
||||
id: planck
|
||||
id: planck//zmk
|
||||
name: Planck (Rev6)
|
||||
type: board
|
||||
arch: arm
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ include:
|
|||
shield: hummingbird
|
||||
- board: nrf52840_m2//zmk
|
||||
shield: m60
|
||||
- board: planck
|
||||
- board: planck//zmk
|
||||
- board: proton_c
|
||||
shield: clueboard_california
|
||||
- board: nice_nano
|
||||
|
|
|
|||
Loading…
Reference in New Issue