1
0
Fork 0
qmk_firmware/keyboards/handwired/trackpoint/trackpoint.h

14 lines
139 B
C
Raw Normal View History

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