qmk_firmware

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

readme.md (1177B)


      1 # Six Pack
      2 
      3 ![sixpack](https://4.bp.blogspot.com/-sCUGxPAmcu4/WQj4cd9ZlAI/AAAAAAACBhs/174XLIHIfzISucFFEgo53H73HdVJfn3ZwCLcB/s640/IMG_0265.JPG)
      4 
      5 A 6-key macropad PCB with its switch and LED pins wired directly to microcontroller IO pins.
      6 
      7 You can find the main blog post about this macropad [here](http://www.40percent.club/2017/05/six-pack-11.html), also the Gerber files and other documentation is located [here](https://git.40percent.club/di0ib/Misc/src/branch/master/Six%20Pack).
      8 
      9 * Keyboard Maintainer: [The QMK Community](https://github.com/qmk)
     10 * Hardware Supported: Six Pack PCB, Pro Micro
     11 * Hardware Availability: [40percent.club](https://git.40percent.club/di0ib/Misc/src/branch/master/Six%20Pack)
     12 
     13 Make example for this macropad (after setting up your build environment):
     14 
     15     make 40percentclub/sixpack:default
     16 
     17 Flashing example for this keyboard:
     18 
     19     make 40percentclub/sixpack:default:flash
     20 
     21 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).