Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add landing page for Toolbox #3

Merged
merged 1 commit into from
Jul 11, 2024
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
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)