summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/trackpoint/trackpoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/trackpoint/trackpoint.h')
-rw-r--r--keyboards/handwired/trackpoint/trackpoint.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/handwired/trackpoint/trackpoint.h b/keyboards/handwired/trackpoint/trackpoint.h
new file mode 100644
index 000000000..b5d73d7db
--- /dev/null
+++ b/keyboards/handwired/trackpoint/trackpoint.h
@@ -0,0 +1,13 @@
+#ifndef TRACKPOINT_H
+#define TRACKPOINT_H
+
+#include "quantum.h"
+
+#define KEYMAP( \
+ k00, k01, k02 \
+) \
+{ \
+ { k00, k01, k02} \
+}
+
+#endif