diff --git a/boards/fruitjam/definition.json b/boards/fruitjam/definition.json index 0aa2737..53bd635 100644 --- a/boards/fruitjam/definition.json +++ b/boards/fruitjam/definition.json @@ -7,7 +7,7 @@ "vendor":"Adafruit", "productURL":"https://www.adafruit.com/product/6200", "documentationURL":"https://www.adafruit.com/product/6200", - "published": false, + "published": true, "installMethod":"uf2", "installBoardName":"fruitjam_tinyusb", "components":{ diff --git a/boards/fruitjam/images/boot-drive.png b/boards/fruitjam/images/boot-drive.png index 2a5297c..2c42404 100644 Binary files a/boards/fruitjam/images/boot-drive.png and b/boards/fruitjam/images/boot-drive.png differ diff --git a/boards/fruitjam/images/drag-drop.png b/boards/fruitjam/images/drag-drop.png index 0504fe8..54e9e50 100644 Binary files a/boards/fruitjam/images/drag-drop.png and b/boards/fruitjam/images/drag-drop.png differ diff --git a/boards/fruitjam/magic.json b/boards/fruitjam/magic.json new file mode 100644 index 0000000..54966e0 --- /dev/null +++ b/boards/fruitjam/magic.json @@ -0,0 +1,51 @@ +{ + "exportVersion": "1.0.0", + "exportedBy": "Adafruit", + "exportedAt": "2025-08-13T17:48:53.128Z", + "exportedFromDevice": { + "board": "fruitjam", + "firmwareVersion": "1.0.0-beta.111" + }, + "components": [ + { + "name": "NeoPixel", + "pixelNumber": 5, + "pixelsOrder": "GRB", + "pixelBrightness": 255, + "pinName": "D32", + "type": "neopixel", + "pixelsType": "NEOPIXEL", + "isPixel": true + }, + { + "name": "Push Button", + "pinName": "D0", + "type": "push_button", + "mode": "DIGITAL", + "direction": "INPUT", + "period": 0, + "isPin": true, + "pull": "UP" + }, + { + "name": "Push Button 2", + "pinName": "D4", + "type": "push_button", + "mode": "DIGITAL", + "direction": "INPUT", + "period": 0, + "pull": "UP", + "isPin": true + }, + { + "name": "Push Button 3", + "pinName": "D5", + "type": "push_button", + "mode": "DIGITAL", + "direction": "INPUT", + "period": 0, + "pull": "UP", + "isPin": true + } + ] +} \ No newline at end of file