summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-20Implement macro recording for gpio (#65)Shantur Rathore
2021-09-20lint fixMaxim Devaev
2021-09-19pikvm/kvmd#63: centered blue dot by cursor, added transparencyMaxim Devaev
2021-09-16kvmd/kvmd#62: alternative implementationMaxim Devaev
2021-09-16refactoring, regenMaxim Devaev
2021-09-15Add tooltips to SysRq shortcuts (#64)mh166
Provide a helpful tooltip of what that SysRq shortcut does. As most people don't often (if ever) use SysRq keys, this will be a handy quick reference. Further details can still be gathered from the linked kernel.org article.
2021-09-08small rebrandingMaxim Devaev
2021-09-08improved pins validationMaxim Devaev
2021-09-08fixMaxim Devaev
2021-09-08refactoringMaxim Devaev
2021-09-08string pinsMaxim Devaev
2021-09-08fixed msgMaxim Devaev
2021-09-07refactoringMaxim Devaev
2021-09-06new sponsorsMaxim Devaev
2021-09-02new sponsorMaxim Devaev
2021-08-31Bump version: 3.22 → 3.23v3.23Maxim Devaev
2021-08-31configurable bcdUSBMaxim Devaev
2021-08-29new sponsorMaxim Devaev
2021-08-28unified udc code and automatic driver detectionMaxim Devaev
2021-08-27Bump version: 3.21 → 3.22v3.22Maxim Devaev
2021-08-26new sponsorMaxim Devaev
2021-08-26new sponsorMaxim Devaev
2021-08-25Remove wiringpi and use already included libgpiod (#59)Shantur Rathore
2021-08-22fixed pillow depMaxim Devaev
2021-08-22new sponsorMaxim Devaev
2021-08-21Bump version: 3.20 → 3.21v3.21Maxim Devaev
2021-08-21improved otg messagesMaxim Devaev
2021-08-21set wakeup_on_write as optional flagMaxim Devaev
2021-08-21Bump version: 3.19 → 3.20v3.20Maxim Devaev
2021-08-21lint fixMaxim Devaev
2021-08-21Bump version: 3.18 → 3.19v3.19Maxim Devaev
2021-08-21bumped libgpiod for testenvMaxim Devaev
2021-08-20option to enable remote wakeupMaxim Devaev
2021-08-20new sponsorMaxim Devaev
2021-08-17new sponsorMaxim Devaev
2021-08-17Bump version: 3.17 → 3.18v3.18Maxim Devaev
2021-08-17pikvm/pikvm#281: adjustable relative mouse sensitivityMaxim Devaev
2021-08-17upstream HID + win98 patch instad of the forkMaxim Devaev
2021-08-15win95 runtime switchingMaxim Devaev
2021-08-15Merge branch 'servo'Maxim Devaev
2021-08-15minor servo fixesMaxim Devaev
2021-08-15Implement servo angles (#58)Shantur Rathore
/etc/kvmd/override.yaml ``` kvmd: gpio: drivers: servo1: type: servo chip: 0 # PWM Chip Number period: 20000000 # Servo Motor SG90 Period in nano-seconds duty_cycle_min: 350000 # Servo Motor SG90 duty_cycle for -90 degrees duty_cycle_max: 2350000 # Servo Motor SG90 duty_cycle for +90 degrees angle_max: 90 # Servo Motor SG90 angle at duty_cycle_max angle_min: -90 # Servo Motor SG90 angle at duty_cycle_min angle_push: 45 # Servo Motor SG90 angle to push button angle_release: 20 # Servo Motor SG90 angle to release button scheme: short_press: driver: servo1 pin: 0 # Pin number is the PWM channel number on the PWM Chip mode: output switch: false pulse: delay: 0.5 max_delay: 2 long_press: driver: servo1 pin: 0 # Pin number is the PWM channel number on the PWM Chip mode: output switch: false pulse: delay: 2 max_delay: 2 extra_long_press: driver: servo1 pin: 0 # Pin number is the PWM channel number on the PWM Chip mode: output switch: false pulse: delay: 10 max_delay: 20 view: header: title: Controls table: - ["#Servo - Short Press", "short_press|Press"] - ["#Servo - Long Press", "long_press|Press"] - ["#Servo - Extra Long Press", "extra_long_press|Press"] ```
2021-08-14Bump version: 3.16 → 3.17v3.17Maxim Devaev
2021-08-14fixed win98 again on arduinoMaxim Devaev
2021-08-14Bump version: 3.15 → 3.16v3.16Maxim Devaev
2021-08-14fixed pikvm/pikvm#159: workaround for windows 98 absolute mouse bugMaxim Devaev
2021-08-14new sponsorMaxim Devaev
2021-08-14Bump version: 3.14 → 3.15v3.15Maxim Devaev
2021-08-14servo templateMaxim Devaev
2021-08-14refactoringMaxim Devaev