Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions osx/qmk_toolbox/USB.m
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ + (void)setupWithPrinter:(Printing *)printer andDelegate:(id<USBDelegate>)d {
@0x2FF3, // ATmega16U4
@0x2FF4, // ATmega32U4
@0x2FF9, // AT90USB64
@0x2FFA, // AT90USB162
@0x2FFB // AT90USB128
];

Expand Down
1 change: 1 addition & 0 deletions windows/QMK Toolbox/USB.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public bool DetectBootloaderFromCollection(ManagementObjectCollection collection
0x2FF3, // ATmega16U4
0x2FF4, // ATmega32U4
0x2FF9, // AT90USB64
0x2FFA, // AT90USB162
0x2FFB // AT90USB128
};

Expand Down