Skip to content

Commit

Permalink
update SGF description/links (#74)
Browse files Browse the repository at this point in the history
The SGF configs were merged into a single one for all SGF prebuilt controllers, so the two different configs on the download page were merged.
  • Loading branch information
sgfdevices authored Oct 12, 2024
1 parent f6ff4b3 commit 0453c13
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions src/config/boards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -519,30 +519,16 @@ const boards = {
),
},
{
name: 'SGF Bridget',
configName: 'SGFBridget',
name: 'SGF Devices',
configName: 'SGFDevices',
pinout: null,
website: 'https://sgfdevices.com/products/sgf-bridget-mx-stickless-controller',
image: '/img/boards/SGFBridget.jpg',
category: 'open',
desc: () => (
<p>
The SGF Bridget MX stickless controller is based on the open-source
flatbox rev4 design by jfedor.
</p>
),
},
{
name: 'SGF Faust',
configName: 'SGFFaust',
pinout: null,
website: 'https://sgfdevices.com/products/sgf-faust-all-button-controller',
website: 'https://sgfdevices.com/collections/controllers',
image: '/img/boards/SGFFaust.jpg',
category: 'closed',
desc: () => (
<p>
The SGF Faust stickless controller is an all new design
from SGF Devices running on the open source GP2040-CE firmware.
The SGF stickless controllers are inspired by the open-source
flatbox rev4 design by jfedor.
</p>
),
},
Expand Down

0 comments on commit 0453c13

Please sign in to comment.