From d28684da90536b54ff7d145decb80e0bd9290996 Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Thu, 10 Jan 2019 11:26:40 -0500 Subject: 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 * updates --- keyboards/touchpad/touchpad.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 keyboards/touchpad/touchpad.h (limited to 'keyboards/touchpad/touchpad.h') 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" -- cgit v1.2.3-24-g4f1b