diff options
author | Merlin04 <Merlin04@users.noreply.github.com> | 2018-03-18 08:43:39 -0700 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-03-20 11:47:22 -0400 |
commit | 6d66fe0c0ca3b6b5f9ea6e76fa295ac9262f4b60 (patch) | |
tree | ba6e2972939e19c9fd69320eed3f9d570918a523 /docs | |
parent | 6268656e01d2b8257fda9677223f27d628deee3d (diff) | |
download | firmware-6d66fe0c0ca3b6b5f9ea6e76fa295ac9262f4b60.tar.gz firmware-6d66fe0c0ca3b6b5f9ea6e76fa295ac9262f4b60.tar.bz2 firmware-6d66fe0c0ca3b6b5f9ea6e76fa295ac9262f4b60.zip |
Added bootloader options
I think I got all of them, so I removed the "FIXME".
Diffstat (limited to 'docs')
-rw-r--r-- | docs/hardware_keyboard_guidelines.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/hardware_keyboard_guidelines.md b/docs/hardware_keyboard_guidelines.md index 0892f85cb..3435c24d1 100644 --- a/docs/hardware_keyboard_guidelines.md +++ b/docs/hardware_keyboard_guidelines.md @@ -63,7 +63,9 @@ The `info.json` file is a JSON formatted dictionary with the following keys avai * `lufa-dfu` * `qmk-dfu` * `stm32-dfu-util` - * (FIXME: This list is incomplete.) + * `caterina` + * `halfkay` + * `bootloadHID` * `maintainer` * GitHub username of the maintainer, or `qmk` for community maintained boards * `width` |