]> git.donarmstrong.com Git - qmk_firmware.git/commit
Adds support for JacoBurge's TouchPad (#4186)
authorJack Humbert <jack.humb@gmail.com>
Thu, 10 Jan 2019 16:26:40 +0000 (11:26 -0500)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Thu, 10 Jan 2019 16:26:40 +0000 (08:26 -0800)
commitd28684da90536b54ff7d145decb80e0bd9290996
tree5e7607561b8440ae3f1d078c9d00bdcdfbdd653b
parent3cf179be61a10860b2b66aecf2ec5ca6f0e30605
Adds support for JacoBurge's TouchPad (#4186)

* add touchpad

* progress

* working with leds and vibrations

* adds readme

* Update keyboards/touchpad/readme.md

Co-Authored-By: jackhumbert <jack.humb@gmail.com>
* updates
drivers/avr/i2c_master.c
keyboards/touchpad/config.h [new file with mode: 0644]
keyboards/touchpad/keymaps/default/keymap.c [new file with mode: 0644]
keyboards/touchpad/matrix.c [new file with mode: 0644]
keyboards/touchpad/readme.md [new file with mode: 0644]
keyboards/touchpad/rules.mk [new file with mode: 0644]
keyboards/touchpad/touchpad.c [new file with mode: 0644]
keyboards/touchpad/touchpad.h [new file with mode: 0644]