Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

# Build steps
- name: Set up Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v6
with:
node-version: 18
node-version: 24
cache: npm
- name: Install dependencies
run: npm install --frozen-lockfile
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
name: Test docs deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: 18
node-version: 24
cache: npm

- name: Install dependencies
Expand Down
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.11";
const releaseVersion = "0.7.12";

/** @type {import('@docusaurus/types').Config} */
const config = {
Expand Down
37,150 changes: 19,946 additions & 17,204 deletions package-lock.json

Large diffs are not rendered by default.

74 changes: 74 additions & 0 deletions src/config/boards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,20 @@ const boards = {
</p>
),
},
{
name: 'Raspberry Pi Pico 2',
configName: 'Pico2',
pinout: '/controller-build/wiring#raspberry-pi-pico',
website: 'https://www.raspberrypi.com/products/raspberry-pi-pico-2/',
image: '/img/boards/Pico2.jpg',
supported: true,
desc: () => (
<p>
The Raspberry Pi Pico 2 is a powerful, low-cost board based on the
Raspberry Pi RP2350 microcontroller.
</p>
),
},
{
name: 'Adafruit KB2040',
configName: 'KB2040',
Expand Down Expand Up @@ -132,6 +146,32 @@ const boards = {
</p>
),
},
{
name: 'ASi LVL ABC',
configName: 'ASiLVLABC',
pinout: null,
website: 'https://asindo.pro/products/lvl-abc',
image: '/img/boards/ASiLVLABC.jpg',
category: 'closed',
desc: () => (
<p>
The ASi LVL ABC Controller is a compact leverless controller created by ASIndo.
</p>
),
},
{
name: 'ASi LVL WASD',
configName: 'ASiLVLWASD',
pinout: null,
website: 'https://asindo.pro/collections/lvl/products/lvl-wasd',
image: '/img/boards/ASiLVLWASD.jpg',
category: 'closed',
desc: () => (
<p>
The ASi LVL WASD Controller is a compact leverless controller created by ASIndo.
</p>
),
},
{
name: 'Flatbox Rev 4',
configName: 'FlatboxRev4',
Expand Down Expand Up @@ -242,6 +282,22 @@ const boards = {
</p>
),
},
{
name: 'Granola Beacon',
configName: 'GranolaBeacon',
pinout: null,
website: 'https://granola.games/products/beacon',
image: '/img/boards/GranolaBeacon.jpg',
category: 'closed',
desc: () => (
<p>
Configuration for the {' '}
<a href="https://granola.games/products/beacon">
Granola Beacon
</a>
</p>
),
},
{
name: 'Haute42 Series',
configName: 'Haute42COSMOX',
Expand Down Expand Up @@ -349,6 +405,24 @@ const boards = {
</p>
),
},
{
name: 'Mavercade Rev3',
configName: 'MavercadeRev3',
pinout: null,
website:
'https://mavercade.com/',
image: '/img/boards/MavercadeRev3.jpg',
category: 'closed',
desc: () => (
<p>
Configuration for the{' '}
<a href="https://mavercade.com/">
Mavercade Rev3
</a>
. These revisions use a Waveshare RP2040-Zero board.
</p>
),
},
{
name: 'MiSTercadeV2',
configName: 'MiSTercadeV2',
Expand Down
Binary file modified static/assets/flash_nuke.uf2
Binary file not shown.
Binary file modified static/assets/force_webconfig.uf2
Binary file not shown.
Binary file added static/img/boards/ASiLVLABC.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/ASiLVLWASD.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/GranolaBeacon.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/MavercadeRev3.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/Pico2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.