Skip to content

Commit

Permalink
Moved reflex boards over to local assets, updated config to 0.7.9, up…
Browse files Browse the repository at this point in the history
…dated
  • Loading branch information
arntsonl committed Jun 24, 2024
1 parent 46a5c2c commit ee8743f
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
const lightCodeTheme = require("prism-react-renderer").themes.github;
const darkCodeTheme = require("prism-react-renderer").themes.dracula;

const releaseVersion = "0.7.8";
const releaseVersion = "0.7.9";

/** @type {import('@docusaurus/types').Config} */
const config = {
Expand Down
22 changes: 11 additions & 11 deletions src/config/boards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ const boards = {
configName: 'KeyboardConverter',
pinout: null,
website:
'https://github.com/OpenStickCommunity/Hardware/blob/main/GP2040%20Keyboard%20Converter/Waveshare%20Zero-PCB/README.md',
'https://github.com/OpenStickCommunity/Hardware/tree/main/Boards/Supported%20Boards/GP2040%20Keyboard%20Converter/Waveshare%20Zero-PCB',
image: '/img/boards/KeyboardConverter.jpg',
category: 'open',
desc: () => (
Expand Down Expand Up @@ -287,7 +287,7 @@ const boards = {
configName: 'OpenCore0',
pinout: null,
website:
'https://github.com/OpenStickCommunity/Hardware/tree/main/Open_Core0',
'https://github.com/OpenStickCommunity/Hardware/tree/main/Boards/GP2040-CE%20Official%20Controllers/Open_Core0',
image: '/img/boards/OpenCore0.jpg',
category: 'official',
desc: () => (
Expand All @@ -304,7 +304,7 @@ const boards = {
configName: 'OpenCore0WASD',
pinout: null,
website:
'https://github.com/OpenStickCommunity/Hardware/tree/main/Open_Core0',
'https://github.com/OpenStickCommunity/Hardware/tree/main/Boards/GP2040-CE%20Official%20Controllers/Open_Core0%20WASD',
image: '/img/boards/OpenCore0WASD.jpg',
category: 'official',
desc: () => (
Expand Down Expand Up @@ -379,7 +379,7 @@ const boards = {
configName: 'ReflexCtrlGenesis6',
pinout: null,
website: 'https://github.com/misteraddons/Reflex-CTRL',
image: 'https://github.com/misteraddons/Reflex-CTRL/raw/main/Images/genesis6.png',
image: '/img/boards/ReflexCTRLGenesis6.png',
category: 'open',
desc: () => (
<p>
Expand All @@ -395,7 +395,7 @@ const boards = {
configName: 'ReflexCtrlNES',
pinout: null,
website: 'https://github.com/misteraddons/Reflex-CTRL',
image: 'https://github.com/misteraddons/Reflex-CTRL/raw/main/Images/nes.png',
image: '/img/boards/ReflexCTRLNES.png',
category: 'open',
desc: () => (
<p>
Expand All @@ -411,7 +411,7 @@ const boards = {
configName: 'ReflexCtrlSNES',
pinout: null,
website: 'https://github.com/misteraddons/Reflex-CTRL',
image: '/img/boards/ReflexCtrlSNES.jpg',
image: '/img/boards/ReflexCTRLSNES.png',
category: 'open',
desc: () => (
<p>
Expand All @@ -427,7 +427,7 @@ const boards = {
configName: 'ReflexCtrlSaturn',
pinout: null,
website: 'https://github.com/misteraddons/Reflex-CTRL',
image: 'https://github.com/misteraddons/Reflex-CTRL/raw/main/Images/saturn.png',
image: '/img/boards/ReflexCTRLSaturn.png',
category: 'open',
desc: () => (
<p>
Expand All @@ -443,7 +443,7 @@ const boards = {
configName: 'ReflexCtrlVB',
pinout: null,
website: 'https://github.com/misteraddons/Reflex-CTRL',
image: 'https://github.com/misteraddons/Reflex-CTRL/raw/main/Images/vb.png',
image: '/img/boards/ReflexCTRLVB.png',
category: 'open',
desc: () => (
<p>
Expand All @@ -459,7 +459,7 @@ const boards = {
configName: 'RP2040AdvancedBreakoutBoard',
pinout: null,
website:
'https://github.com/OpenStickCommunity/Hardware/tree/main/RP2040%20Advanced%20Breakout%20Board',
'https://github.com/OpenStickCommunity/Hardware/tree/main/Boards/GP2040-CE%20Official%20Boards/RP2040%20Advanced%20Breakout%20Board/RP2040%20Advanced%20Breakout%20Board',
image: '/img/boards/RP2040AdvancedBreakoutBoard.jpg',
category: 'official',
desc: () => (
Expand All @@ -474,7 +474,7 @@ const boards = {
name: 'RP2040 Advanced Breakout (USB Passthrough)',
configName: 'RP2040AdvancedBreakoutBoardUSBPassthrough',
pinout: null,
website: 'https://github.com/OpenStickCommunity/Hardware/tree/main/RP2040%20Advanced%20Breakout%20Board%20-%20Passthrough',
website: 'https://github.com/OpenStickCommunity/Hardware/tree/main/Boards/GP2040-CE%20Official%20Boards/RP2040%20Advanced%20Breakout%20Board/RP2040%20Advanced%20Breakout%20Board%20-%20Passthrough',
image: '/img/boards/RP2040AdvancedBreakoutBoardUSBPassthrough.jpg',
category: 'official',
desc: () =>
Expand All @@ -488,7 +488,7 @@ const boards = {
configName: 'RP2040MiniBreakoutBoard',
pinout: null,
website:
'https://github.com/OpenStickCommunity/Hardware/tree/main/RP2040%20Mini%20Breakout%20Board',
'https://github.com/OpenStickCommunity/Hardware/tree/main/Boards/GP2040-CE%20Official%20Boards/RP2040%20Mini%20Breakout%20Board/RP2040%20Mini%20Breakout%20Board',
image: '/img/boards/RP2040MiniBreakoutBoard.jpg',
category: 'open',
desc: () => (
Expand Down
Binary file added static/img/boards/RP2040MiniBreakoutBoardPT.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 added static/img/boards/ReflexCTRLGenesis6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/boards/ReflexCTRLNES.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/boards/ReflexCTRLSNES.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/boards/ReflexCTRLSaturn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/boards/ReflexCTRLVB.png
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 static/img/boards/ReflexCtrlSNES.jpg
Binary file not shown.

0 comments on commit ee8743f

Please sign in to comment.