You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
1.4 KiB

  1. # Ferris sweep
  2. ![Ferris sweep, top view](https://i.imgur.com/5qCZUv6h.jpg)
  3. ![Ferris sweep, bottom view](https://i.imgur.com/ZC47CJth.jpg)
  4. A version of the Ferris keyboard that uses a daughterboard, designed by the fantastic @davidphilipbarr with some input from @pierrechevalier83 for the copper pad. All PCB files are available on the [project's github page](https://github.com/davidphilipbarr/Sweep)
  5. * Keyboard Maintainer: [Pierre Chevalier](https://github.com/pierrechevalier83)
  6. * Hardware Supported:
  7. * Ferris sweep (With pro-micro. Comes in a couple of PCB edge cuts shapes, but with identical pinout)
  8. * Hardware Availability: @iamnotyourbroom in the 40% discord chat server may have some spares for you.
  9. Initial [EE_HANDS](https://docs.qmk.fm/#/feature_split_keyboard?id=handedness-by-eeprom) make examples for this keyboard (after setting up your build environment):
  10. make ferris/sweep:default:avrdude-split-left
  11. make ferris/sweep:default:avrdude-split-right
  12. Subsequent make example for both sides:
  13. make ferris/sweep:default
  14. [Bootmagic lite](https://docs.qmk.fm/#/feature_bootmagic?id=bootmagic-lite) is also configured on the top right key for the right halve.
  15. 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).