qmk_firmware

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

readme.md (834B)


      1 # k34
      2 
      3 ![k34](https://i.imgur.com/tarkFIph.jpeg)
      4 
      5 ## Keyboard Info
      6 
      7 The K34 is a custom 34-key unibody keyboard.
      8 
      9 * Keyboard Maintainer: [wongjingping](https://github.com/wongjingping)
     10 All hardware supported can be found in the [k34 repository](https://github.com/wongjingping/k34)
     11 
     12 ## Flashing Instructions
     13 
     14 To enter the bootloader, short the RST and GND pins, or press the key mapped to `QK_BOOT`.
     15 
     16 Make example for this keyboard (after setting up your build environment):
     17 
     18     make k34:default
     19 
     20 Flashing example for this keyboard:
     21 
     22     make k34:default:flash
     23 
     24 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).