qmk_firmware

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

readme.md (1276B)


      1 # 0-Sixty
      2 
      3 ![0-Sixty](https://imgur.com/azmMb6Rl.jpg)
      4 
      5 ![0-Sixty PCB](https://i.imgur.com/I0TkQ0Rl.jpg)
      6 
      7 0-Sixty (pronounced "zero to sixty") is a 60 key ortholinear keyboard inspired by the [Discipline](https://github.com/coseyfannitutti/discipline) and the [Preonic](https://drop.com/buy/preonic-mechanical-keyboard). It is designed as a DIY through-hole kit and uses the ProMicro as its controller.
      8 
      9 [More images here](https://imgur.com/a/b0JINqX)
     10 
     11 * Keyboard Maintainer: [vinamarora8](https://github.com/vinamarora8)
     12 * Hardware Supported: 0-Sixty PCB
     13 * Hardware Availability: Private Group-Buy
     14 
     15 Getting the board into bootloader mode:
     16 
     17 To be able to flash firmware onto this board, you'll need to bring the ProMicro into bootloader mode. Simply tap the small reset button twice. The button is placed to the right of the ProMicro.
     18 
     19 Make example for this keyboard (after setting up your build environment):
     20 
     21     make 0_sixty:default
     22 
     23 Flashing example for this keyboard:
     24 
     25     make 0_sixty:default:flash
     26 
     27 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).