summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/trackpoint/trackpoint.h
blob: b5d73d7db5f0bc05137c1fd23655becba148481f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef TRACKPOINT_H
#define TRACKPOINT_H

#include "quantum.h"

#define KEYMAP( \
	k00, k01, k02  \
) \
{ \
	{ k00, k01, k02} \
}

#endif