qmk_firmware

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

readme.md (1067B)


      1 # Pico keyboard
      2 
      3 A split keyboard kit designed for small hands.  
      4 Pico adopted the footprint for [Kailh Mid-Height](http://www.kailh.com/en/Products/Ks/KHS/) smaller than Cherry MX compatible switches.  
      5 
      6 * Keyboard Maintainer: [Kumao Kobo](https://github.com/kumaokobo)
      7 * Hardware Supported: Pico PCB rev1.0 w/ Pro Micro
      8 
      9 Make example for this keyboard (after setting up your build environment):
     10 
     11     make kumaokobo/pico/65keys:default
     12 
     13 ## 65 keys
     14 <p align="center">
     15   <img src="https://raw.githubusercontent.com/kumaokobo/pico-keyboard/master/img/pico-keyboard.jpg" alt="Pico Keyboard 65 keys" width="600"/>
     16 </p>
     17 
     18 ## 70 keys
     19 <p align="center">
     20   <img src="https://raw.githubusercontent.com/kumaokobo/pico-keyboard/master/img/pico-keyboard2.jpg" alt="Pico Keyboard 70 keys" width="600"/>
     21 </p>
     22 
     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).