- Added integration of IBM Trackpoint
This commit is contained in:
parent
0a4a966c66
commit
81e85a1a4e
9 changed files with 180 additions and 18 deletions
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
|
Loading…
Add table
Add a link
Reference in a new issue