qmk_firmware

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

readme.md (1099B)


      1 # chocV
      2 
      3 A 36 key choc keyboard based on the [Horizon](https://github.com/skarrmann/horizon)
      4 construction and a trimmed down [BabyV](https://www.instagram.com/eyeohdesigns/?hl=en) layout!
      5 
      6 ![chocV Lineage](https://raw.githubusercontent.com/brickbots/chocV/main/images/lineage.jpeg "chocV Lineage")
      7 
      8 * Keyboard Maintainer: [Brickbots](https://github.com/brickbots)
      9 * Hardware Supported: The chocV PCB is public domain and is compatible with any
     10 pro-micro footprint MCU
     11 * Hardware Availability: [The chocV github repo](https://github.com/brickbots/chocV)
     12 
     13 Make example for this keyboard (after setting up your build environment):
     14 
     15     make chocv:default
     16 
     17 Flashing example for this keyboard:
     18 
     19     make chocv:default:flash
     20 
     21 ## Bootloader
     22 
     23 Enter the bootloader using the hardware reset button on the top middle of the
     24 near the MCU.
     25 
     26 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).