qmk_firmware

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

readme.md (1303B)


      1 # SpiderIsland Split 78-key
      2 
      3 ![Board Photo](https://i.imgur.com/N3DjdGql.jpg)  
      4 [Image Gallery](https://imgur.com/a/0AUY8Ng)
      5 
      6 The 78 key split keyboard from [SpiderIsland on AliExpress](https://a.aliexpress.com/_dVJsSpR).
      7 Out of the box it runs ps2avrGB firmware, like [`split75`](../../wheatfield/split75/README.md).
      8 It is mistakenly called "87 key" on the AliExpress title and "104 key" (?!) in the caption inside the photo.
      9 
     10 This port is based on the `split75` port which was mostly done by [Michael L. Walker](https://github.com/walkerstop).
     11 
     12 * Keyboard Maintainer: [unrelenting.technology](https://github.com/unrelentingtech)
     13 * Hardware Availability: https://a.aliexpress.com/_dVJsSpR
     14 
     15 Make example for this keyboard (after setting up your build environment):
     16 
     17     make spiderisland/split78:default
     18 
     19 Flashing example for this keyboard:
     20 
     21     make spiderisland/split78:default:flash
     22 
     23 **Reset Key**: Hold down the key located at the leftmost position in the top row, commonly programmed as Escape while plugging in the keyboard.
     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).