qmk-dactyl-manuform-a/keyboards/ferris
Drashna Jaelre 160b0558f5
Require explicit enabling of RGB Matrix modes (#15018)
2021-11-15 10:41:04 -08:00
..
0_1 Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379) 2021-09-12 15:27:29 +10:00
0_2 Require explicit enabling of RGB Matrix modes (#15018) 2021-11-15 10:41:04 -08:00
keymaps Remove `BOOTMAGIC_ENABLE = lite` option (#15002) 2021-11-05 08:18:09 +11:00
sweep Improve Sweep keyboard readme documentation (#15038) 2021-11-05 09:01:31 -07:00
info.json Remove width, height and key_count from info.json (#14274) 2021-09-12 14:04:56 +10:00
readme.md Support all the 0.2 Ferris variants (#12653) 2021-08-09 11:23:15 -07:00

readme.md

Ferris

Ferris, familly pic

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

  • Keyboard Maintainer: Pierre Chevalier
  • 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: Cuddly Keyboards

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

make ferris/0_1:default
make ferris/0_2:default
make ferris/0_2/bling:default
make ferris/0_2/compact:default
make ferris/0_2/mini:default
make ferris/0_2/high:default
make ferris/sweep:default:avrdude-split-right

See the build environment setup and the make instructions for more information. Brand new to QMK? Start with our Complete Newbs Guide.