qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

readme.md (1349B)


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