├── CHANGELOG.md ├── LICENSE ├── README.md ├── pictures ├── NC_NO_debouncing.png ├── mouse_bottom_open.jpg ├── mouse_top_closed.jpg ├── mouse_top_open.jpg ├── mousetester_teensy_mouse.png └── teensy4_mouse_pinout.png ├── teensy4_cores_patch.md └── teensy4_mouse ├── srom_3360_0x04.h ├── teensy4_mouse.h └── teensy4_mouse.ino /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Trip93/teensy4_mouse/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Trip93/teensy4_mouse/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Trip93/teensy4_mouse/HEAD/README.md -------------------------------------------------------------------------------- /pictures/NC_NO_debouncing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Trip93/teensy4_mouse/HEAD/pictures/NC_NO_debouncing.png -------------------------------------------------------------------------------- /pictures/mouse_bottom_open.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Trip93/teensy4_mouse/HEAD/pictures/mouse_bottom_open.jpg -------------------------------------------------------------------------------- /pictures/mouse_top_closed.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Trip93/teensy4_mouse/HEAD/pictures/mouse_top_closed.jpg -------------------------------------------------------------------------------- /pictures/mouse_top_open.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Trip93/teensy4_mouse/HEAD/pictures/mouse_top_open.jpg -------------------------------------------------------------------------------- /pictures/mousetester_teensy_mouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Trip93/teensy4_mouse/HEAD/pictures/mousetester_teensy_mouse.png -------------------------------------------------------------------------------- /pictures/teensy4_mouse_pinout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Trip93/teensy4_mouse/HEAD/pictures/teensy4_mouse_pinout.png -------------------------------------------------------------------------------- /teensy4_cores_patch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Trip93/teensy4_mouse/HEAD/teensy4_cores_patch.md -------------------------------------------------------------------------------- /teensy4_mouse/srom_3360_0x04.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Trip93/teensy4_mouse/HEAD/teensy4_mouse/srom_3360_0x04.h -------------------------------------------------------------------------------- /teensy4_mouse/teensy4_mouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Trip93/teensy4_mouse/HEAD/teensy4_mouse/teensy4_mouse.h -------------------------------------------------------------------------------- /teensy4_mouse/teensy4_mouse.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Trip93/teensy4_mouse/HEAD/teensy4_mouse/teensy4_mouse.ino --------------------------------------------------------------------------------