Skip to content

Commit

Permalink
boards: add ids for arduino nano 33 ble
Browse files Browse the repository at this point in the history
  • Loading branch information
paradajz committed Apr 2, 2024
1 parent e17d008 commit 881ed6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/definitions/board/boards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,12 @@ export const Boards: IBoardDefinition[] = [
oldId: [],
firmwareFileName: "dubfocus12sr.sysex",
},
{
name: "Arduino Nano 33 BLE",
id: [33, 108, 99, 106],
oldId: [],
firmwareFileName: "nano33ble.sysex",
},
];

export default Boards;

0 comments on commit 881ed6b

Please sign in to comment.