Skip to content

Scripts to utilize a raspberry pi zero as a usb macrokeyboard

Notifications You must be signed in to change notification settings

asp55/pi_macrokeyboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

pi_macrokeyboard

#Setup the raspberry pi Add the following line at the end of /boot/config.txt:

dtoverlay=dwc2

And the following two lines at the end of /etc/modules:

dwc2
libcomposite

#To Install

sudo cp pikeyboard_config.sh /usr/bin/pikeyboard_config.sh
sudo chmod +x /usr/bin/pikeyboard_config.sh
sudo cp pikeyboard.service /etc/systemd/system/pikeyboard.service
sudo chmod 644 /etc/systemd/system/pikeyboard.service

and finally, enable the service so that it starts on boot.

sudo systemctl enable pikeyboard

About

Scripts to utilize a raspberry pi zero as a usb macrokeyboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages