You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ryan 5af1799735
Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379)
2 years ago
..
keymaps [Keyboard] Added Ketch support (#11656) 3 years ago
config.h [Keyboard] Added Ketch support (#11656) 3 years ago
info.json Remove width, height and key_count from info.json (#14274) 2 years ago
ketch.c [Keyboard] Added Ketch support (#11656) 3 years ago
ketch.h [Keyboard] Added Ketch support (#11656) 3 years ago
readme.md [Keyboard] Added Ketch support (#11656) 3 years ago
rules.mk Remove BLUETOOTH_ENABLE from keyboard-level rules.mk (#14379) 2 years ago

readme.md

Ketch

Ketch

A pcb designed to be compatible with older minivan cases as well as support most minivan layouts (+ a few new ones). The ketch supports the following physical layouts: Image of supported ketch layouts

Ketch was also explicitly designed to use port D for all column pins in order to support matrix scanning via a portscan rather than individually scanning each pin. This has been implemented here via a custom matrix, so enjoy your slightly more efficient matrix scanning. :P

The PCB has exposed pads for triggering a reset. If you are looking at the bottom of the PCB, the pads are on the left chunk of the board between the usb port and the controller, right next to the bottom of the right-most homerow key (typically enter).

More information can be found on the trashman wiki

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

make trashman/ketch:default

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