Skip to content

Commit 12e53d4

Browse files
authored
Update site and downloads to 0.7.12 (#113)
* Update for new release uf2s and downloads, as well as universal flash nuke and web config * And updating our version number * Let's give node@v6 npm 24 a try! * Updating test deploy as well
1 parent 9852f84 commit 12e53d4

12 files changed

Lines changed: 20027 additions & 17211 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
# Build steps
2020
- name: Set up Node.js
21-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v6
2222
with:
23-
node-version: 18
23+
node-version: 24
2424
cache: npm
2525
- name: Install dependencies
2626
run: npm install --frozen-lockfile

.github/workflows/test-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
name: Test docs deployment
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
16-
- uses: actions/setup-node@v3
15+
- uses: actions/checkout@v5
16+
- uses: actions/setup-node@v6
1717
with:
18-
node-version: 18
18+
node-version: 24
1919
cache: npm
2020

2121
- name: Install dependencies

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
const lightCodeTheme = require("prism-react-renderer").themes.github;
55
const darkCodeTheme = require("prism-react-renderer").themes.dracula;
66

7-
const releaseVersion = "0.7.11";
7+
const releaseVersion = "0.7.12";
88

99
/** @type {import('@docusaurus/types').Config} */
1010
const config = {

package-lock.json

Lines changed: 19946 additions & 17204 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/config/boards.tsx

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,20 @@ const boards = {
3131
</p>
3232
),
3333
},
34+
{
35+
name: 'Raspberry Pi Pico 2',
36+
configName: 'Pico2',
37+
pinout: '/controller-build/wiring#raspberry-pi-pico',
38+
website: 'https://www.raspberrypi.com/products/raspberry-pi-pico-2/',
39+
image: '/img/boards/Pico2.jpg',
40+
supported: true,
41+
desc: () => (
42+
<p>
43+
The Raspberry Pi Pico 2 is a powerful, low-cost board based on the
44+
Raspberry Pi RP2350 microcontroller.
45+
</p>
46+
),
47+
},
3448
{
3549
name: 'Adafruit KB2040',
3650
configName: 'KB2040',
@@ -132,6 +146,32 @@ const boards = {
132146
</p>
133147
),
134148
},
149+
{
150+
name: 'ASi LVL ABC',
151+
configName: 'ASiLVLABC',
152+
pinout: null,
153+
website: 'https://asindo.pro/products/lvl-abc',
154+
image: '/img/boards/ASiLVLABC.jpg',
155+
category: 'closed',
156+
desc: () => (
157+
<p>
158+
The ASi LVL ABC Controller is a compact leverless controller created by ASIndo.
159+
</p>
160+
),
161+
},
162+
{
163+
name: 'ASi LVL WASD',
164+
configName: 'ASiLVLWASD',
165+
pinout: null,
166+
website: 'https://asindo.pro/collections/lvl/products/lvl-wasd',
167+
image: '/img/boards/ASiLVLWASD.jpg',
168+
category: 'closed',
169+
desc: () => (
170+
<p>
171+
The ASi LVL WASD Controller is a compact leverless controller created by ASIndo.
172+
</p>
173+
),
174+
},
135175
{
136176
name: 'Flatbox Rev 4',
137177
configName: 'FlatboxRev4',
@@ -242,6 +282,22 @@ const boards = {
242282
</p>
243283
),
244284
},
285+
{
286+
name: 'Granola Beacon',
287+
configName: 'GranolaBeacon',
288+
pinout: null,
289+
website: 'https://granola.games/products/beacon',
290+
image: '/img/boards/GranolaBeacon.jpg',
291+
category: 'closed',
292+
desc: () => (
293+
<p>
294+
Configuration for the {' '}
295+
<a href="https://granola.games/products/beacon">
296+
Granola Beacon
297+
</a>
298+
</p>
299+
),
300+
},
245301
{
246302
name: 'Haute42 Series',
247303
configName: 'Haute42COSMOX',
@@ -349,6 +405,24 @@ const boards = {
349405
</p>
350406
),
351407
},
408+
{
409+
name: 'Mavercade Rev3',
410+
configName: 'MavercadeRev3',
411+
pinout: null,
412+
website:
413+
'https://mavercade.com/',
414+
image: '/img/boards/MavercadeRev3.jpg',
415+
category: 'closed',
416+
desc: () => (
417+
<p>
418+
Configuration for the{' '}
419+
<a href="https://mavercade.com/">
420+
Mavercade Rev3
421+
</a>
422+
. These revisions use a Waveshare RP2040-Zero board.
423+
</p>
424+
),
425+
},
352426
{
353427
name: 'MiSTercadeV2',
354428
configName: 'MiSTercadeV2',

static/assets/flash_nuke.uf2

71 KB
Binary file not shown.

static/assets/force_webconfig.uf2

6.5 KB
Binary file not shown.

static/img/boards/ASiLVLABC.jpg

6.94 KB
Loading

static/img/boards/ASiLVLWASD.jpg

8.68 KB
Loading
19 KB
Loading

0 commit comments

Comments
 (0)