mirror of https://github.com/zmkfirmware/zmk.git
refactor(boards): Move nice!60 to ZMK variant by default
Make the standard nice!60 board ID be `nice60/nrf52840/zmk` or `nice60//zmk` by shorthand.
This commit is contained in:
parent
02deb2adcf
commit
e1e6c6c02b
|
|
@ -7,5 +7,5 @@ The nice!60 is a hotswap 60% made by Nice Keyboards. https://nicekeyboards.com/n
|
||||||
## Building nice!60 ZMK firmware
|
## Building nice!60 ZMK firmware
|
||||||
|
|
||||||
```
|
```
|
||||||
west build -p -b nice60
|
west build -p -b nice60//zmk
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -3,3 +3,5 @@ board:
|
||||||
vendor: nicekeyboards
|
vendor: nicekeyboards
|
||||||
socs:
|
socs:
|
||||||
- name: nrf52840
|
- name: nrf52840
|
||||||
|
variants:
|
||||||
|
- name: zmk
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
file_format: "1"
|
file_format: "1"
|
||||||
id: nice60
|
id: nice60//zmk
|
||||||
name: nice!60
|
name: nice!60
|
||||||
type: board
|
type: board
|
||||||
arch: arm
|
arch: arm
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ shield:
|
||||||
- tidbit
|
- tidbit
|
||||||
include:
|
include:
|
||||||
- board: bdn9//zmk
|
- board: bdn9//zmk
|
||||||
- board: nice60
|
- board: nice60//zmk
|
||||||
- board: xiao_ble//zmk
|
- board: xiao_ble//zmk
|
||||||
shield: hummingbird
|
shield: hummingbird
|
||||||
- board: nrf52840_m2//zmk
|
- board: nrf52840_m2//zmk
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue