Skip to content

Commit 3cdbdb9

Browse files
authored
Add another Mega2560 Board, with CP2012
This patch adds the PID/VID for my "KS0499 Mega 2560 Plus Board" (keyestudio). It is a mega2560, with has the CP2012 as USB interface. For more Information, see https://wiki.keyestudio.com/KS0499_KEYESTUDIO_Mega_2560_Plus_Board
1 parent 6154b7a commit 3cdbdb9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

boards.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,8 @@ mega.vid.4=0x2341
233233
mega.pid.4=0x0210
234234
mega.vid.5=0x2341
235235
mega.pid.5=0x0242
236+
mega.vid.6=0x10C4
237+
mega.pid.6=0xEA60
236238
mega.upload_port.0.vid=0x2341
237239
mega.upload_port.0.pid=0x0010
238240
mega.upload_port.1.vid=0x2341
@@ -245,7 +247,9 @@ mega.upload_port.4.vid=0x2341
245247
mega.upload_port.4.pid=0x0210
246248
mega.upload_port.5.vid=0x2341
247249
mega.upload_port.5.pid=0x0242
248-
mega.upload_port.6.board=mega
250+
mega.upload_port.6.vid=0x10C4
251+
mega.upload_port.6.pid=0xEA60
252+
mega.upload_port.7.board=mega
249253

250254
mega.upload.tool=avrdude
251255
mega.upload.tool.default=avrdude

0 commit comments

Comments
 (0)