qmk-dactyl-manuform-a/keyboards/handwired/trackpoint/trackpoint.h

14 lines
139 B
C
Raw Normal View History

2017-05-26 20:35:31 +02:00
#ifndef TRACKPOINT_H
#define TRACKPOINT_H
#include "quantum.h"
#define KEYMAP( \
k00, k01, k02 \
) \
{ \
{ k00, k01, k02} \
}
#endif