#ifndef TRACKPOINT_H
#define TRACKPOINT_H

#include "quantum.h"

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

#endif