Skip to content

Commit

Permalink
Add schematics
Browse files Browse the repository at this point in the history
  • Loading branch information
george-norton committed Nov 30, 2024
1 parent bfa9654 commit 413f301
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Peacock

Peacock is an RP2040 powered trackpad running QMK. It features an integrated Microchip MaxTouch sensor IC which is
connected to a 7" capacitive sensor.
connected to a 7" capacitive sensor. I also designed some little trackpads, see [Procyon](https://github.com/george-norton/procyon).

![Peacock PCB](images/peacock.jpg)

Expand Down Expand Up @@ -105,7 +105,14 @@ Assembly is simple as the majority of the work is done by the manufacturer. You
If you build a Peacock, please post a picture in the [show and tell](https://github.com/george-norton/peacock/discussions/categories/show-and-tell).

## Firmware

Peacock support has not yet been merged back to QMK. You can find a branch with pointing device support [here](https://github.com/george-norton/qmk_firmware/tree/peacock) or the multitouch branch [here](https://github.com/george-norton/qmk_firmware/tree/multitouch_experiment) Note, this branch currently does not work with MacOS.

## VIK support

This trackpad is a VIK device, so you should be able to discard the controller portion of the build and wire the trackpad directly to a different VIK enabled controller (such as those sold by fingerpunch and splitkb). You could also replace the controller board with one of your own design.

## Schematic

![Macropad](images/schematic-Macropad.png)
![Sensor](images/schematic-Sensor.png)
Binary file added images/schematic-Macropad.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/schematic-Sensor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 413f301

Please sign in to comment.