summaryrefslogtreecommitdiff
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2021-11-08Bump version: 3.42 → 3.43v3.43Maxim Devaev
2021-11-08move kvmd-udev-hdmiusb-check to the platform packageMaxim Devaev
2021-11-07Bump version: 3.41 → 3.42v3.42Maxim Devaev
2021-11-07display edid info after loadingMaxim Devaev
2021-11-04Bump version: 3.40 → 3.41v3.41Maxim Devaev
2021-10-30Bump version: 3.39 → 3.40v3.40Maxim Devaev
2021-10-28Bump version: 3.38 → 3.39v3.39Maxim Devaev
2021-10-28Bump version: 3.37 → 3.38v3.38Maxim Devaev
2021-10-27Bump version: 3.36 → 3.37v3.37Maxim Devaev
2021-10-27using override.dMaxim Devaev
2021-10-24Bump version: 3.35 → 3.36v3.36Maxim Devaev
2021-10-23Bump version: 3.34 → 3.35v3.35Maxim Devaev
2021-10-19Bump version: 3.33 → 3.34v3.34Maxim Devaev
2021-10-19Bump version: 3.32 → 3.33v3.33Maxim Devaev
2021-10-19kvmd-bootconfig prototypeMaxim Devaev
2021-10-17Bump version: 3.31 → 3.32v3.32Maxim Devaev
2021-10-16Bump version: 3.30 → 3.31v3.31Maxim Devaev
2021-10-14Bump version: 3.29 → 3.30v3.30Maxim Devaev
2021-10-04Bump version: 3.28 → 3.29v3.29Maxim Devaev
2021-10-04Bump version: 3.27 → 3.28v3.28Maxim Devaev
2021-10-03Bump version: 3.26 → 3.27v3.27Maxim Devaev
2021-09-26Bump version: 3.25 → 3.26v3.26Maxim Devaev
2021-09-26Bump version: 3.24 → 3.25v3.25Maxim Devaev
2021-09-25Bump version: 3.23 → 3.24v3.24Maxim Devaev
2021-09-08small rebrandingMaxim Devaev
2021-08-31Bump version: 3.22 → 3.23v3.23Maxim Devaev
2021-08-27Bump version: 3.21 → 3.22v3.22Maxim Devaev
2021-08-25Remove wiringpi and use already included libgpiod (#59)Shantur Rathore
2021-08-22fixed pillow depMaxim Devaev
2021-08-21Bump version: 3.20 → 3.21v3.21Maxim Devaev
2021-08-21Bump version: 3.19 → 3.20v3.20Maxim Devaev
2021-08-21Bump version: 3.18 → 3.19v3.19Maxim Devaev
2021-08-17Bump version: 3.17 → 3.18v3.18Maxim Devaev
2021-08-14Bump version: 3.16 → 3.17v3.17Maxim Devaev
2021-08-14Bump version: 3.15 → 3.16v3.16Maxim Devaev
2021-08-14Bump version: 3.14 → 3.15v3.15Maxim Devaev
2021-08-14Implement button push using servo motors controlled via pwm (#55)Shantur Rathore
1. Add to /boot/config.txt ``` dtoverlay=pwm ``` 2. Create /etc/udev/rules.d/99-kvmd-pwm.rules ``` SUBSYSTEM=="pwm*", ACTION=="add", RUN+="/bin/chgrp -R kvmd /sys%p", RUN+="/bin/chmod -R g=u /sys%p" SUBSYSTEM=="pwm*", ACTION=="change", ENV{TRIGGER}!="none", RUN+="/bin/chgrp -R kvmd /sys%p", RUN+="/bin/chmod -R g=u /sys%p" ``` 3. Connect Servo motor like SG90 PWM connection to RPi GPIO18, +5V and GND to a 5V and GND pin on header 4. Add to /etc/kvmd/override.yaml ``` kvmd: gpio: drivers: servo1: type: pwm pwm_chip: 0 # PWM Chip Number pwm_period: 20000000 # Servo Motor SG90 Period in nano-seconds duty_cycle_push: 1500000 # Servo Motor SG90 duty_cycle for pushing button duty_cycle_release: 1000000 # Servo Motor SG90 duty_cycle for releasing 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-11Bump version: 3.13 → 3.14v3.14Maxim Devaev
2021-08-02Bump version: 3.12 → 3.13v3.13Maxim Devaev
2021-08-02Bump version: 3.11 → 3.12v3.12Maxim Devaev
2021-07-17Bump version: 3.10 → 3.11v3.11Devaev Maxim
2021-07-17Bump version: 3.9 → 3.10v3.10Devaev Maxim
2021-07-14Bump version: 3.8 → 3.9v3.9Devaev Maxim
2021-07-10Bump version: 3.7 → 3.8v3.8Devaev Maxim
2021-07-04Bump version: 3.6 → 3.7v3.7Devaev Maxim
2021-06-17Bump version: 3.5 → 3.6v3.6Devaev Maxim
2021-06-11Bump version: 3.4 → 3.5v3.5Devaev Maxim
2021-06-11Bump version: 3.3 → 3.4v3.4Devaev Maxim
2021-06-10Bump version: 3.2 → 3.3v3.3Devaev Maxim
2021-06-10bumpDevaev Maxim