qmk_firmware

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

readme.md (1042B)


      1 # Bachoo Crin
      2 
      3 Crin is an F-rowless 65%.
      4 
      5 * Keyboard Maintainer: [KnoblesseOblige](https://github.com/KnoblesseOblige)
      6 * Hardware Supported: STM32F303CBT
      7 * Hardware Availability: TBD
      8 
      9 Make example for this keyboard (after setting up your build environment):
     10 
     11     make crin:default
     12 
     13 Flashing example for this keyboard:
     14 
     15     make crin:default:flash
     16 
     17 To reset the board into bootloader mode, do one of the following:
     18 
     19 * Hold Esc while plugging the PCB in, if Bootmagic Lite is enabled (also erases persistent settings).
     20 * Press the `QK_BOOT` keycode, if programmed on the keymap (Fn+R by default).
     21 * Slide the switch just below the reset button to the left and press the reset button.
     22   * Please note that you must slide it back to the right for the PCB to boot QMK again.
     23 
     24 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).