forked from kofal.net/zmk
feat(docs): Add nice!nano v2 to scripts, actions, and documentation
asdf asdf asdf
This commit is contained in:
committed by
Pete Johanson
parent
edb3ff1bb1
commit
9c1319c4ff
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user