diff --git a/content/projects.md b/content/projects.md index 4df6ea0..6b7fa8f 100644 --- a/content/projects.md +++ b/content/projects.md @@ -6,15 +6,37 @@ draft: false ## HAASP -Home automation software mainly written in python. -Head over to [haasp.net](https://haasp.net) for more info. +Home automation software written in python. +Head over to https://haasp.net for more info. ## Elite Controller Dual joystick setup optimized for use with the space sim Elite Dangerous. +### Left controller +* 2 axis +* 20 buttons on joystick +* 2 buttons on base + +### Right controller +* 4 axis +* 12 buttons on joystick +* 2 button on base +* Mouse + * Combined HID with Joystick and Keyboard + * Activated by mode button (use thumb joystick as mouse) +* Keyboard + * Combined HID with Joystick and Mouse + * Passing through standard USB HID keyboard (swedish layout) + * Joystick button as keyboard shortcuts (activated by mode button) + *F10, Alt-F10 and Win-Alt-R* + +Head over to https://git.cmtec.se/elite/elite_controller for more info. + ## Unraid Docker Repository +Collection of application wrapped in docker containers ready for use in Unraid systems. + * Unifi * Unifi Beta * Unifi Video @@ -23,5 +45,5 @@ Dual joystick setup optimized for use with the space sim Elite Dangerous. * Transmission-Openvpn * FlexGet -Add https://github.com/cmtec/docker-templates to your "Template repositories" in Unraid. +Add https://github.com/cmtec/docker-templates to your "Template repositories" in Unraid to use these dockers.