Skip to content

vectorstone/k380-function-keys-conf

 
 

Repository files navigation

k380-function-keys-conf

MacOS app to make function keys default on Logitech k380 bluetooth keyboard

Instalation

  1. Install hidapi library
brew install hidapi
  1. Build this app
# suitable for intel chip mac
./build_Intel.sh

# suitable for apple silicon mac
./build_Apple_Silicon.sh
  1. Run it as root (Note that you might be asked to give permissions for terminal app to access input device)
sudo ./k380 -f on

Based on

https://github.com/jergusg/k380-function-keys-conf

About

MacOS app to make function keys default on Logitech k380 bluetooth keyboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.4%
  • Shell 0.6%