- Added integration of IBM Trackpoint
This commit is contained in:
13
keyboards/handwired/trackpoint/trackpoint.h
Normal file
13
keyboards/handwired/trackpoint/trackpoint.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef TRACKPOINT_H
|
||||
#define TRACKPOINT_H
|
||||
|
||||
#include "quantum.h"
|
||||
|
||||
#define KEYMAP( \
|
||||
k00, k01, k02 \
|
||||
) \
|
||||
{ \
|
||||
{ k00, k01, k02} \
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user