Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support for JacoBurge's TouchPad #4186

Merged
merged 7 commits into from
Jan 10, 2019
Merged

Adds support for JacoBurge's TouchPad #4186

merged 7 commits into from
Jan 10, 2019

Conversation

jackhumbert
Copy link
Member

This adds QMK support for @jacoburge's TouchPad. Only one key is able to be pressed at a time due to the matrix setup, but gestures should be easy to implement like they are in the Arduino code. LEDs light up, and the motor vibrates for a short period of time when each key is pressed.

This also fixes a bug in the i2c code where a stop command was needed (i2c_readReg).


const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

[0] = {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why no layout macro?

keyboards/touchpad/readme.md Outdated Show resolved Hide resolved
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef CONFIG_H
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably use #pragma once, as well.

drashna and others added 3 commits October 21, 2018 12:51
Co-Authored-By: jackhumbert <jack.humb@gmail.com>
@mechmerlin mechmerlin merged commit d28684d into master Jan 10, 2019
rhruiz pushed a commit to rhruiz/qmk_firmware that referenced this pull request Jan 11, 2019
* add touchpad

* progress

* working with leds and vibrations

* adds readme

* Update keyboards/touchpad/readme.md

Co-Authored-By: jackhumbert <jack.humb@gmail.com>

* updates
rseymour pushed a commit to rseymour/qmk_firmware that referenced this pull request Mar 13, 2019
* add touchpad

* progress

* working with leds and vibrations

* adds readme

* Update keyboards/touchpad/readme.md

Co-Authored-By: jackhumbert <jack.humb@gmail.com>

* updates
dlhextall pushed a commit to dlhextall/qmk_firmware that referenced this pull request May 24, 2019
* add touchpad

* progress

* working with leds and vibrations

* adds readme

* Update keyboards/touchpad/readme.md

Co-Authored-By: jackhumbert <jack.humb@gmail.com>

* updates
@skullydazed skullydazed deleted the touchpad branch March 9, 2020 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants