qmk-firmwares/keyboards/buzzard
Marek Kraus 0237ff0c62
[Core] Rework PS/2 driver selection (#17892)
* [Core] Rework PS/2 driver selection

Enabling and selecting PS/2 driver was using old approach,
so it was reworked to current approach, inspired by Serial
and WS2812 driver selections.

* [Keyboard] Update keyboards using PS/2 to use new PS/2 driver selection

* [Docs] Update PS/2 documentation to use new PS/2 driver selection

* Fix indentation

* [Core] Add PS2 to data driver

* Fix oversight in property name

Co-authored-by: Drashna Jaelre <drashna@live.com>

* Add PS/2 pins to data driven mappings

Co-authored-by: Drashna Jaelre <drashna@live.com>
2022-08-31 09:16:07 +02:00
..
keymaps Rename keymap_extras headers for consistency (#16939) 2022-05-15 21:27:01 +10:00
rev1 [Core] Rework PS/2 driver selection (#17892) 2022-08-31 09:16:07 +02:00
buzzard.c [Keyboard] Add Buzzard support (#15493) 2022-01-10 02:33:48 -08:00
buzzard.h [Keyboard] Add Buzzard support (#15493) 2022-01-10 02:33:48 -08:00
config.h [Keyboard] Add Buzzard support (#15493) 2022-01-10 02:33:48 -08:00
readme.md [Keyboard] Add Buzzard support (#15493) 2022-01-10 02:33:48 -08:00
rules.mk [Keyboard] Add Buzzard support (#15493) 2022-01-10 02:33:48 -08:00

Buzzard

Buzzard Keyboard

Buzzard is a 40 keys ergonomic split keyboard. The layout is inspired by the Architeuthis dux with pinky, ring, index, and inner columns splayed at 15, 5, 0, -5, -5 degrees. However, it as two additional pinky keys and a modified thumb cluster.

Some Features:

  • Integrated TrackPoint reset circuit and two possible positions to mount a TrackPoint to the bottom of the PCB. Either between the two inner columns or between the index and middle finger columns
  • Mounting option for a linear actuator (HapticBuzz from pimoroni)
  • I2C interface for an OLED display
  • Wireless Ready (however, without TrackPoint / linear actuator support):
    • Battery switch / connector
    • Option to use a battery friendly Sharp memory display instead of an OLED display
  • Choc-spaced

Building the Firmware

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

qmk compile -kb buzzard -km  default

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

A build guide for the Buzzard keyboard can be found at https://github.com/crehmann/Buzzard