You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
Import("env")
|
|
|
|
board_config = env.BoardConfig()
|
|
# should be array of VID:PID pairs
|
|
board_config.update("build.hwids", [
|
|
["0x2dc8", "0x6002"], # 8BitDo 8BitDo SN30 Pro+
|
|
])
|