summaryrefslogtreecommitdiffstats
path: root/keyboards/touchpad/touchpad.h
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.h
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.h')
-rw-r--r--keyboards/touchpad/touchpad.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/touchpad/touchpad.h b/keyboards/touchpad/touchpad.h
new file mode 100644
index 000000000..010d4b138
--- /dev/null
+++ b/keyboards/touchpad/touchpad.h
@@ -0,0 +1,2 @@
+#pragma once
+#include "quantum.h"