qmk_firmware

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

readme.md (1303B)


      1 # Sofle Choc Keyboard
      2 
      3 ![Sofle Choc Photo](https://i.imgur.com/MhSEAZYh.jpg)
      4 
      5 The Sofle Choc is 6×4+5 keys column-staggered split keyboard. Based on Lily58, Corne and Helix keyboards. The Sofle Choc variant uses low profile Kailh choc switches, hotswap sockets, per-key RGB using the easier to solder SK6812 Mini-E, and is fairly thin at 15mm from desktop to top of keycaps.
      6 
      7 More details about the keyboard and build guide: [Sofle Choc Build GUide](https://josefadamcik.github.io/SofleKeyboard/build_guide_choc.html)
      8 
      9 * Keyboard Maintainer: [Brian Low](https://github.com/brianlow/)
     10 * Hardware Supported: Sofle Choc PCB 2.x, ProMicro
     11 * Hardware Availability: [PCB & Case Data](https://github.com/josefadamcik/SofleKeyboard)
     12 
     13 Make example for this keyboard (after setting up your build environment):
     14 
     15     make sofle_choc:default
     16 
     17 Flashing example for this keyboard:
     18 
     19     make sofle_choc:default:flash
     20 
     21 Press reset button twice on the keyboard when asked.
     22 
     23 Disconnect the first half, connect the second one and repeat the process.
     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).