diff options
author | Dan Hertz <daniel@dhertz.com> | 2018-06-01 20:26:48 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-06-01 12:26:48 -0700 |
commit | 9fb1e5d171906e9f10f4489f61d456a9f29499e8 (patch) | |
tree | e01316aaf3209d5810c9101613ab07ff6bad2a34 /docs/hardware_keyboard_guidelines.md | |
parent | 3364334bfd6d1ea1c8ea6010163341c7618f9d53 (diff) | |
download | firmware-9fb1e5d171906e9f10f4489f61d456a9f29499e8.tar.gz firmware-9fb1e5d171906e9f10f4489f61d456a9f29499e8.tar.bz2 firmware-9fb1e5d171906e9f10f4489f61d456a9f29499e8.zip |
Remove bootloader key as it is no longer used (#3093)
Diffstat (limited to 'docs/hardware_keyboard_guidelines.md')
-rw-r--r-- | docs/hardware_keyboard_guidelines.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/hardware_keyboard_guidelines.md b/docs/hardware_keyboard_guidelines.md index 27d29f5c7..67af78838 100644 --- a/docs/hardware_keyboard_guidelines.md +++ b/docs/hardware_keyboard_guidelines.md @@ -47,16 +47,6 @@ The `info.json` file is a JSON formatted dictionary with the following keys avai * Example: `Clueboard 66%` * `url` * A URL to the keyboard's product page, [QMK.fm/keyboards](https://qmk.fm/keyboards) page, or other page describing information about the keyboard. -* `bootloader` - * What bootloader this keyboard uses. Available options: - * `atmel-dfu` - * `kiibohd-dfu-util` - * `lufa-dfu` - * `qmk-dfu` - * `stm32-dfu-util` - * `caterina` - * `halfkay` - * `bootloadHID` * `maintainer` * GitHub username of the maintainer, or `qmk` for community maintained boards * `width` |