diff --git a/src/_sidebar.json b/src/_sidebar.json index 2150521..64e427e 100644 --- a/src/_sidebar.json +++ b/src/_sidebar.json @@ -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" } ] }, diff --git a/src/toolbox.md b/src/toolbox.md new file mode 100644 index 0000000..aba08f0 --- /dev/null +++ b/src/toolbox.md @@ -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)