Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ferris 0.2 #12133

Merged
merged 10 commits into from
Apr 18, 2021
Prev Previous commit
Next Next commit
Document individual ferris variants in their own readme files
  • Loading branch information
pierrechevalier83 committed Mar 6, 2021
commit cddc34b4489848ae26c7d71504765c3dc1f1309a
17 changes: 17 additions & 0 deletions keyboards/ferris/0_1/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Ferris 0.1

![Ferris 0.1 - base, top view](https://i.imgur.com/s6nTn0C.jpg)
![Ferris 0.1 - base, bottom view](https://i.imgur.com/Ymlac2A.jpg)
pierrechevalier83 marked this conversation as resolved.
Show resolved Hide resolved

An atmega32u4 based 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)

* Keyboard Maintainer: [Pierre Chevalier](https://github.com/pierrechevalier83)
* Hardware Supported:
* Ferris 0.1: atmega32u4 chip. Comes in 4 variants: base, low, high and compact
* Hardware Availability: Pierre Chevalier has been selling keyboard kits (see the #ferris channel in the 40% discord chat). Wider availability is on the horizon.

Make examples for this keyboard (after setting up your build environment):

make ferris/0_1:default

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).
17 changes: 17 additions & 0 deletions keyboards/ferris/0_2/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Ferris 0.2

![Ferris 0.2 - bling, top view](https://i.imgur.com/LwKlmnz.jpg)
![Ferris 0.2 - bling, bottom view](https://i.imgur.com/qGnYGVO.jpg)
pierrechevalier83 marked this conversation as resolved.
Show resolved Hide resolved

An stm32f072 based 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)

* Keyboard Maintainer: [Pierre Chevalier](https://github.com/pierrechevalier83)
* Hardware Supported:
* Ferris 0.2: stm32f072 chip. Comes in 4 variants: bling, mini, high and compact
* Hardware Availability: Pierre Chevalier has been selling keyboard kits (see the #ferris channel in the 40% discord chat). Wider availability is on the horizon.

Make examples for this keyboard (after setting up your build environment):

make ferris/0_2:default

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).
5 changes: 3 additions & 2 deletions keyboards/ferris/readme.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
# Ferris

![Ferris, top view](https://imgur.com/V4QuaGs.jpg)
![Ferris, bottom view](https://i.imgur.com/7DJYME8.jpg)
![Ferris, familly pic](https://i.imgur.com/TCjkquR.jpeg)
pierrechevalier83 marked this conversation as resolved.
Show resolved Hide resolved

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)

* Keyboard Maintainer: [Pierre Chevalier](https://github.com/pierrechevalier83)
* Hardware Supported:
* Ferris 0.1 (With atmega32u4 chip. Comes in 4 variants: base, low, high and compact)
* Ferris 0.2 (With stm32f072 chip. Comes in 4 variants: bling, mini, high and compact)
* Ferris sweep (With pro-micro. Comes in a couple of PCB edge cuts shapes, but with identical pinout)
* Hardware Availability: Pierre Chevalier has been selling keyboard kits (see the #ferris channel in the 40% discord chat). Wider availability is on the horizon.

Make examples for this keyboard (after setting up your build environment):

make ferris/0_1:default
make ferris/0_2:default
make ferris/sweep:default:avrdude-split-right

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).
18 changes: 18 additions & 0 deletions keyboards/ferris/sweep/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Ferris sweep

![Ferris sweep, top view](https://i.imgur.com/5qCZUv6.jpg)
![Ferris sweep, bottom view](https://i.imgur.com/ZC47CJt.jpg)
pierrechevalier83 marked this conversation as resolved.
Show resolved Hide resolved

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)

* Keyboard Maintainer: [Pierre Chevalier](https://github.com/pierrechevalier83)
* Hardware Supported:
* Ferris sweep (With pro-micro. Comes in a couple of PCB edge cuts shapes, but with identical pinout)
* Hardware Availability: @iamnotyourbroom in the 40% discord chat server may have some spares for you.

Make examples for this keyboard (after setting up your build environment):

make ferris/sweep:default:avrdude-split-left
make ferris/sweep:default:avrdude-split-right

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).