diff options
author | biuboom-jun <65760331+biuboom-jun@users.noreply.github.com> | 2023-05-13 15:57:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-13 08:57:58 +0100 |
commit | b1cd166ea8e7653fb3641435d0867e61b7eec6a6 (patch) | |
tree | 38fda5a3763add4e4417dd4cc7df497ab26686d4 /keyboards/kibou/fukuro/readme.md | |
parent | dc9df5a3051b17a644616ca9b35e1298577c279b (diff) |
[Keyboard] Add kibou/fukuro (#20771)
Co-authored-by: jack <0x6a73@protonmail.com>
Diffstat (limited to 'keyboards/kibou/fukuro/readme.md')
-rw-r--r-- | keyboards/kibou/fukuro/readme.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/kibou/fukuro/readme.md b/keyboards/kibou/fukuro/readme.md new file mode 100644 index 0000000000..9cb12a9e40 --- /dev/null +++ b/keyboards/kibou/fukuro/readme.md @@ -0,0 +1,23 @@ +# fukuro + +* Keyboard Maintainer: [Kibou.](https://kibou.store/) +* Hardware Supported: fukuro PCBs, STM32F072 +* Hardware Availability: https://kibou.store/ + +Make example for this keyboard (after setting up your build environment): + + make kibou/fukuro:default + +Flashing example for this keyboard: + + make kibou/fukuro:default:flash + +See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs). + +## Bootloader + +Enter the bootloader in 3 ways: + +* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard +* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead +* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available |