You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.3 KiB

  1. # pteropus keyboard
  2. ![pteropus](https://i.imgur.com/5AACuSXh.jpg)
  3. Another Miryoku inspired 36-key non-split keyboard
  4. * Keyboard Maintainer: [hulahermit](https://github.com/hulahermit)
  5. * Hardware Supported: Embeded type-c connector with STM32F072 microcontroller
  6. * Hardware Availability: [pteropus](https://github.com/hulahermit/pteropus_keyboard)
  7. Make example for this keyboard (after setting up your build environment):
  8. make pteropus:default
  9. make pteropus:manna-harbour_miryoku
  10. Flashing example for this keyboard:
  11. make pteropus:default:flash
  12. make pteropus:manna-harbour_miryoku:flash
  13. 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).
  14. ## Bootloader
  15. Enter the bootloader:
  16. * **Bootmagic reset**: Hold down the top-left key and plug in the keyboard.
  17. * **Physical reset**: Hold the `BOOT` button down, then press the `RESET` button. Alternately, plug the keyboard in while holding down the `BOOT` button.
  18. The `BOOT` button can be released after a few seconds.
  19. * **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.