Skip to content

Instantly share code, notes, and snippets.

View kerikun11's full-sized avatar
:octocat:

Ryotaro Onuki kerikun11

:octocat:
View GitHub Profile
@kerikun11
kerikun11 / k210_mnist.ipynb
Created September 27, 2020 06:38
k210_mnist.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@kerikun11
kerikun11 / libinput-deft-pro.md
Last active January 2, 2024 16:57
DEFT PRO with libinput driver in Linux

DEFT PRO with libinput in Linux

# /etc/X11/xorg.conf.d/30-trackball.conf

Section "InputClass"
	Identifier "ELECOM Bluetooth Trackball Wheel Emulation"
	MatchProduct "DEFT Pro TrackBall"
	MatchIsPointer "yes"
	Driver "libinput"