diff options
| author | Jack Humbert | 2019-01-10 17:26:40 +0100 |
|---|---|---|
| committer | MechMerlin | 2019-01-10 17:26:40 +0100 |
| commit | d28684da90536b54ff7d145decb80e0bd9290996 (patch) | |
| tree | 5e7607561b8440ae3f1d078c9d00bdcdfbdd653b /keyboards/touchpad/touchpad.c | |
| parent | 3cf179be61a10860b2b66aecf2ec5ca6f0e30605 (diff) | |
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
Diffstat (limited to 'keyboards/touchpad/touchpad.c')
| -rw-r--r-- | keyboards/touchpad/touchpad.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/touchpad/touchpad.c b/keyboards/touchpad/touchpad.c new file mode 100644 index 0000000000..fe96d56b68 --- /dev/null +++ b/keyboards/touchpad/touchpad.c @@ -0,0 +1 @@ +#include "touchpad.h" |