From 0453c13e924db5ae61a6d5f82f6fb909cb7f29ae Mon Sep 17 00:00:00 2001 From: sgfdevices <123321660+sgfdevices@users.noreply.github.com> Date: Fri, 11 Oct 2024 21:40:39 -0500 Subject: [PATCH] update SGF description/links (#74) 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. --- src/config/boards.tsx | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/src/config/boards.tsx b/src/config/boards.tsx index be7bee6..9c53a68 100644 --- a/src/config/boards.tsx +++ b/src/config/boards.tsx @@ -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: () => ( -

- The SGF Bridget MX stickless controller is based on the open-source - flatbox rev4 design by jfedor. -

- ), - }, - { - 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: () => (

- 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.

), },