update node script to always shift dummy reportID like python

allow specify all product id with 0xFFFF in boards.js
This commit is contained in:
hathach
2021-08-10 15:40:25 +07:00
parent 312fd5f839
commit 40afc8c5de
2 changed files with 7 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
module.exports = {
"Feather_nRF52840":[0X239A,0X8029],
"Metro_nRF52840":[0X239A,0X803F],
}
"Adafruit Boards":[0x239A,0xFFFF],
"TinyUSB example":[0xCAFE,0xFFFF]
}