qmk_firmware/keyboards/ferris
Ryan 18dc851e37
Remove legacy Debug keycode (#18769)
* `DEBUG` -> `DB_TOGG`, default-ish keymaps

* `DEBUG` -> `DB_TOGG`, user keymaps

* `DEBUG` -> `DB_TOGG`, community layouts

* `DEBUG` -> `DB_TOGG`, userspace

* `DEBUG` -> `DB_TOGG`, docs & core
2022-10-19 11:33:05 +01:00
..
0_1 Move keyboard USB IDs and strings to data driven, pass 2: F-I (#17958) 2022-08-15 02:53:19 +01:00
0_2 Change DRIVER_LED_COUNT to {LED,RGB}_MATRIX_LED_COUNT (#18399) 2022-09-23 22:46:23 +10:00
keymaps Remove legacy Debug keycode (#18769) 2022-10-19 11:33:05 +01:00
sweep Remove legacy USE_SERIAL define (#18292) 2022-09-06 18:46:34 +01:00
info.json Move keyboard USB IDs and strings to data driven, pass 2: F-I (#17958) 2022-08-15 02:53:19 +01:00
readme.md Support all the 0.2 Ferris variants (#12653) 2021-08-09 11:23:15 -07:00

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.