qmk_firmware

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

readme.md (811B)


      1 # CandyKeys CK60i QMK firmware
      2 
      3 ## Introduction
      4 
      5 This is the QMK firmware repository for the CK60i PCB. This is a universal 60% tray mount PCB sold by CandyKeys and designed by Gondolindrim.
      6 
      7 ## Layouts
      8 
      9 The CK60i supports:
     10 
     11 - ISO layout;
     12 - Tsangan bottom row;
     13 - Split right shift, split backspace
     14 
     15 ## Availability
     16 
     17 The CK60i is available for purchase through [Candy Keys' store](http://candykeys.com).
     18 
     19 ## How to compile
     20 
     21 After setting up your build environment, you can compile the CK60i default keymap by using:
     22 
     23     make ck60i:default
     24 
     25 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).