summaryrefslogtreecommitdiffstats
path: root/keyboards/touchpad/touchpad.c
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2019-01-10 17:26:40 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-01-10 17:26:40 +0100
commitd28684da90536b54ff7d145decb80e0bd9290996 (patch)
tree5e7607561b8440ae3f1d078c9d00bdcdfbdd653b /keyboards/touchpad/touchpad.c
parent3cf179be61a10860b2b66aecf2ec5ca6f0e30605 (diff)
downloadqmk_firmware-d28684da90536b54ff7d145decb80e0bd9290996.tar.gz
qmk_firmware-d28684da90536b54ff7d145decb80e0bd9290996.tar.xz
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/touchpad/touchpad.c b/keyboards/touchpad/touchpad.c
new file mode 100644
index 000000000..fe96d56b6
--- /dev/null
+++ b/keyboards/touchpad/touchpad.c
@@ -0,0 +1 @@
+#include "touchpad.h"