qmk_firmware

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

readme.md (1353B)


      1 # Split-Cloud handwired keyboard
      2 
      3 The Split-Cloud is a split ortholinear 5x12 layout, forked from the Preonic and Nyquist keyboard models. The default layout adds extra options for some added game compatibility, two control keys for QEmu, and adds a steno layer based on the Planck example.
      4 
      5 ![Split-Cloud](https://i.imgur.com/QoHAFeXh.jpg)
      6 
      7 * Keyboard Maintainer: [Cloud Chagnon](https://github.com/coolsa)
      8 * Hardware Supported: Pro Micro
      9 * Hardware Availability: [Repository](https://github.com/coolsa/split-cloud)
     10 
     11 Make example for this keyboard:
     12 
     13     make handwired/split_cloud:default
     14 
     15 This keyboard uses [Handedness by EEPROM](https://docs.qmk.fm/#/feature_split_keyboard?id=handedness-by-eeprom) as default, and must be configured once on each side. The make commands are:
     16 
     17     make handwired/split_cloud:default:avrdude-split-left
     18     make handwired/split_cloud:default:avrdude-split-right
     19 
     20 [QMK Toolbox](http://qmk.fm/toolbox) can also be used to set EEPROM handedness. Place the controller in bootloader mode and select menu option Tools -> EEPROM -> Set Left/Right Hand
     21 
     22 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).