feat(docs): Add nice!nano v2 to scripts, actions, and documentation
asdf asdf asdf
This commit is contained in:
parent
edb3ff1bb1
commit
9c1319c4ff
5 changed files with 21 additions and 10 deletions
|
|
@ -37,7 +37,7 @@ export const zmkBase = {
|
|||
*/
|
||||
export const zmkBoards = {
|
||||
"nice!nano": {
|
||||
name: "nice!nano",
|
||||
name: "nice!nano v1",
|
||||
powerSupply: {
|
||||
type: "LDO",
|
||||
outputVoltage: 3.3,
|
||||
|
|
@ -45,6 +45,15 @@ export const zmkBoards = {
|
|||
},
|
||||
otherQuiescentMicroA: 4,
|
||||
},
|
||||
"nice!nano v2": {
|
||||
name: "nice!nano v2",
|
||||
powerSupply: {
|
||||
type: "LDO",
|
||||
outputVoltage: 3.3,
|
||||
quiescentMicroA: 15,
|
||||
},
|
||||
otherQuiescentMicroA: 3,
|
||||
},
|
||||
"nice!60": {
|
||||
powerSupply: {
|
||||
type: "SWITCHING",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue