logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

readme.md (1340B)


  1. # Ferris
  2. ![Ferris, familly pic](https://i.imgur.com/TCjkquRh.jpeg)
  3. A split 34 keys column staggered keyboard named and decorated after the rustlang mascott. All PCB files and some thoughts on the design are available on the [project's github page](https://github.com/pierrechevalier83/ferris)
  4. * Keyboard Maintainer: [Pierre Chevalier](https://github.com/pierrechevalier83)
  5. * Hardware Supported:
  6. * Ferris 0.1 (With atmega32u4 chip. Comes in 4 variants: base, low, high and compact)
  7. * Ferris 0.2 (With stm32f072 chip. Comes in 4 variants: bling, mini, high and compact)
  8. * Ferris sweep (With pro-micro. Comes in a couple of PCB edge cuts shapes, but with identical pinout)
  9. * Hardware Availability: [Cuddly Keyboards](https://cuddlykeyboards.com)
  10. Make examples for this keyboard (after setting up your build environment):
  11. make ferris/0_1:default
  12. make ferris/0_2:default
  13. make ferris/0_2/bling:default
  14. make ferris/0_2/compact:default
  15. make ferris/0_2/mini:default
  16. make ferris/0_2/high:default
  17. make ferris/sweep:default:avrdude-split-right
  18. 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).