qmk_firmware

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

readme.md (1070B)


      1 # Speedo
      2 
      3 ![Speedo](http://assets.cozykeys.xyz/images/keyboards/speedo/speedo-v3.0-angle-led-front_1600x1600.png)
      4 
      5 - Keyboard Maintainer: [Paul Ewing](https://github.com/pcewing)
      6 - Hardware Supported: Elite-C
      7 - Hardware Availability: [Speedo Repository](https://github.com/cozykeys/speedo)
      8 
      9 Make example for this keyboard (after setting up your build environment):
     10 
     11     make cozykeys/speedo/v2:default  # for Speedo v2
     12     make cozykeys/speedo/v3:default  # for Speedo v3
     13 
     14 Flashing example for this keyboard:
     15 
     16     make cozykeys/speedo/v2:default:flash  # for Speedo v2
     17     make cozykeys/speedo/v3:default:flash  # for Speedo v3
     18 
     19 See the
     20 [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and
     21 the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for
     22 more information. Brand new to QMK? Start with our
     23 [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
     24 
     25 ## Flashing the Firmware
     26 
     27 See the QMK docs for handwiring a keyboard; there is a section with
     28 instructions on how to flash the *.hex* file to the Teensy 2.0 controller.