diff options
author | hulahermit <36484223+hulahermit@users.noreply.github.com> | 2023-03-21 02:44:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-20 23:44:56 -0700 |
commit | b6a636d9544e158520eedf1234d093e23c2aa4f6 (patch) | |
tree | 5abc6b01c6bfd9a207c41d95c2c16047c83b2fe2 /keyboards/pteropus/readme.md | |
parent | 44cd8a2f88f7dd1a38625bce036ebf898135bb3b (diff) |
[Keyboard] Add pteropus keyboard (#20147)
Co-authored-by: Less/Rikki <86894501+lesshonor@users.noreply.github.com>
Co-authored-by: Chi-Han Yang <chyang@enrichtx.com>
Diffstat (limited to 'keyboards/pteropus/readme.md')
-rw-r--r-- | keyboards/pteropus/readme.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/keyboards/pteropus/readme.md b/keyboards/pteropus/readme.md new file mode 100644 index 0000000000..7471e08e8b --- /dev/null +++ b/keyboards/pteropus/readme.md @@ -0,0 +1,30 @@ +# pteropus keyboard + + + +Another Miryoku inspired 36-key non-split keyboard + +* Keyboard Maintainer: [hulahermit](https://github.com/hulahermit) +* Hardware Supported: Embeded type-c connector with STM32F072 microcontroller +* Hardware Availability: [pteropus](https://github.com/hulahermit/pteropus_keyboard) + +Make example for this keyboard (after setting up your build environment): + + make pteropus:default + make pteropus:manna-harbour_miryoku + +Flashing example for this keyboard: + + make pteropus:default:flash + make pteropus:manna-harbour_miryoku: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: + +* **Bootmagic reset**: Hold down the top-left key and plug in the keyboard. +* **Physical reset**: Hold the `BOOT` button down, then press the `RESET` button. Alternately, plug the keyboard in while holding down the `BOOT` button. + The `BOOT` button can be released after a few seconds. +* **Keycode in layout**: There is no key mapped to `QK_BOOT` in the pre-created keymap, but you may assign this key in any keymaps you create. |