summaryrefslogtreecommitdiff
path: root/keyboards/touchpad/touchpad.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2019-01-10 11:26:40 -0500
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-01-10 08:26:40 -0800
commitd28684da90536b54ff7d145decb80e0bd9290996 (patch)
tree5e7607561b8440ae3f1d078c9d00bdcdfbdd653b /keyboards/touchpad/touchpad.h
parent3cf179be61a10860b2b66aecf2ec5ca6f0e30605 (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.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 0000000000..010d4b1383
--- /dev/null
+++ b/keyboards/touchpad/touchpad.h
@@ -0,0 +1,2 @@
+#pragma once
+#include "quantum.h"