Skip to content

Commit

Permalink
Add landing page for Toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark committed Jul 10, 2024
1 parent 5d87cf2 commit 25e8cf7
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/_sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"text": "Projects",
"items": [
{ "text": "QMK Configurator", "link": "https://config.qmk.fm" },
{ "text": "QMK Toolbox", "link": "https://github.com/qmk/qmk_toolbox" },
{ "text": "QMK Toolbox", "link": "/toolbox" },
{ "text": "Proton C", "link": "/proton-c" }
]
},
Expand Down
29 changes: 29 additions & 0 deletions src/toolbox.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
layout: home
hero:
name: QMK Toolbox
tagline: A collection of flashing tools for QMK keyboards
image: /logo.png
actions:
- theme: brand
text: Install for Windows
link: https://github.com/qmk/qmk_toolbox/releases/latest/download/qmk_toolbox_install.exe
- theme: brand
text: Install for macOS
link: https://github.com/qmk/qmk_toolbox/releases/latest/download/QMK.Toolbox.pkg
- theme: alt
text: GitHub
link: https://github.com/qmk/qmk_toolbox
features:
- title: Built-In Key Tester
icon: ⌨️
details: Make sure your newly-flashed keyboard is working as expected.
- title: Automatic Driver Installation
icon: 🛠️
details: No-fuss installation of drivers for all supported bootloaders on Windows.
- title: HID Console
icon: 🐛
details: Debug your code using QMK's Console feature.
---

[Latest release](https://github.com/qmk/qmk_toolbox/releases/latest) · [Homebrew instructions](https://github.com/qmk/qmk_toolbox?tab=readme-ov-file#download)

0 comments on commit 25e8cf7

Please sign in to comment.