qmk_firmware

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

readme.md (1291B)


      1 # key_ripper
      2 
      3 A 75-key keyboard which has a similar layout to a MacBook keyboard, and sacrifices
      4 the right shift key to keep a compact size. Based on the RP2040 microcontroller.
      5 
      6 ![key_ripper](https://imgur.com/pL26kVSh.png)
      7 ![key_ripper](https://imgur.com/FnvZREyh.png)
      8 ![key_ripper](https://imgur.com/xe8wImMh.png)
      9 
     10 * Keyboard Maintainer: [Brian Schwind](https://github.com/bschwind)
     11 * Hardware Supported: The key-ripper PCB
     12 * Hardware Availability: You can find production files in the [releases](https://github.com/bschwind/key-ripper/releases) page used for ordering from JLCPCB.
     13 
     14 Make example for this keyboard (after setting up your build environment):
     15 
     16     make bschwind/key_ripper:default
     17 
     18 Flashing example for this keyboard:
     19 
     20     make bschwind/key_ripper:default:flash
     21 
     22 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).
     23 
     24 ## Bootloader
     25 
     26 Enter the bootloader in 2 ways:
     27 
     28 * **Bootmagic reset**: Hold down the Escape key and plug in the keyboard
     29 * **Physical reset button**: Hold down the USB BOOT button on the PCB, and briefly press the RESET button on the PCB.