| 123456789101112131415161718 |
- {
- "structure": {
- "readme": "Home.md"
- },
- "plugins" : ["plugin-toolbar"],
- "pluginsConfig": {
- "toolbar": {
- "buttons":
- [
- {
- "label": "QMK Firmware",
- "icon": "fa fa-github",
- "url": "https://github.com/qmk/qmk_firmware"
- }
- ]
- }
- }
- }
|