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.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 keyboards/touchpad/touchpad.c (limited to 'keyboards/touchpad/touchpad.c') 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" -- cgit v1.2.3-24-g4f1b