Skip to content

Commit

Permalink
Updating documents for 0.7.3 boards (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
arntsonl authored Jul 23, 2023
1 parent 76aa664 commit 4bea3fc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ const configCategories = [
];

const configData = {
AlpacaOwO: {
name: 'Dogtopus Alpaca-OwO',
category: configCategories[1],
website: 'https://github.com/Project-Alpaca/Alpaca-OwO',
desc: 'Arcade controller I/O platform'
},
BentoBox: {
name: 'ScrubTier BentoBox',
category: configCategories[2],
Expand Down Expand Up @@ -42,6 +48,12 @@ const configData = {
website: 'https://github.com/jfedor2/flatbox/tree/master/hardware-rev5',
desc: 'Stickless PCB designed by <a target="_blank" href="https://github.com/jfedor2">jfedor2</a> using the Waveshare RP2040-Zero.'
},
FlatboxRev5RGB: {
name: 'Flatbox Rev 5 RGB',
category: configCategories[1],
website: 'https://github.com/OpenStickCommunity/Hardware/tree/main/Flatbox%20Rev%205%20RGB',
desc: 'Stickless PCB designed by <a target="_blank" href="https://github.com/jfedor2">jfedor2</a> and <a target="_blank" href="https://github.com/TheTrainGoes">TheTrain</a> using the Waveshare RP2040-Zero.'
},
KB2040: {
name: 'Adafruit KB2040',
category: configCategories[0],
Expand Down
Binary file added docs/assets/boards/AlpacaOwO.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/assets/boards/FlatboxRev4.png
Binary file not shown.
Binary file added docs/assets/boards/FlatboxRev5RGB.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4bea3fc

Please sign in to comment.