qmk_firmware

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

readme.md (1356B)


      1 # Blaster 75
      2 
      3 Blaster 75 is a 75% ANSI layout Custom Keyboard designed and manufactured by Altain. 
      4 
      5 * Keyboard Maintainer : ALTAiN
      6 * Hardware Supported : Blaster 75
      7 * Hardware Availability : Produced and Sold by ALTAiN
      8 * Mount : Top-Mount System
      9 * Typing Angle : 6 Degree
     10 * Front Height : 20.2mm
     11 
     12 ## How to enter Bootloader Mode
     13 
     14 Enter the bootloader in 3 ways:
     15 
     16 * **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard.
     17 We strongly recommend this method. If the PCB is not soldered with switches at the moment, use anything that's metal (twizzers for example)
     18 to short the (0,0) position key ("ESC" in our PCB) while plugging the USB in. 
     19 
     20 * **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
     21 * **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
     22 
     23 Make example for this keyboard (after setting up your build environment):
     24 
     25     make blaster75:default
     26 
     27 Flashing example for this keyboard:
     28 
     29     make blaster75:default:flash
     30 
     31 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).