- Added integration of IBM Trackpoint
This commit is contained in:
parent
0a4a966c66
commit
81e85a1a4e
9 changed files with 180 additions and 18 deletions
7
keyboards/handwired/trackpoint/keymaps/default/keymap.c
Normal file
7
keyboards/handwired/trackpoint/keymaps/default/keymap.c
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include "trackpoint.h"
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[0] = KEYMAP(
|
||||
KC_BTN1, KC_BTN3, KC_BTN2 \
|
||||
)
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue