https://github.com/qmk/qmk_browser
Browse information on supported QMK keyboards
https://github.com/qmk/qmk_browser
qmk qmk-firmware
Last synced: 9 months ago
JSON representation
Browse information on supported QMK keyboards
- Host: GitHub
- URL: https://github.com/qmk/qmk_browser
- Owner: qmk
- License: mit
- Created: 2024-07-15T05:54:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-01T08:12:17.000Z (10 months ago)
- Last Synced: 2025-06-05T14:29:09.627Z (9 months ago)
- Topics: qmk, qmk-firmware
- Language: Vue
- Homepage: https://browse.qmk.fm/
- Size: 1.79 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QMK Keyboard Browser
> Browse information on supported QMK keyboards
[](https://github.com/qmk/qmk_browser/actions/workflows/build.yml?query=branch%3Amain)
[](https://discord.gg/qmk)
Pages are automatically generated from keyboards currently in QMK. Default firmware files are up-to-date with the latest version of QMK.
## Development
### Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn dev
```
### Build for production and serve files
```
yarn build && npx serve dist
```