Markus Fritsche

Results 2 comments of Markus Fritsche

Addendum: the keyboard and the trackpoint seem to be exposed as two devices connected to an internal hub by the controller.

For this, the keymap has to be changed, for instance: ``` enum custom_keycodes { MUTE_TEAMS = QK_USER_0, MUTE_SKYPE = QK_USER_1, DRAG_SCROLL = QK_USER_2, NEW_SAFE_RANGE = SAFE_RANGE, }; bool process_record_user(uint16_t keycode,...