Skip to content

Make function keys default on Logitech k380 bluetooth keyboard

License

Notifications You must be signed in to change notification settings

AlexeyMatskevich/k380-function-keys-conf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k380-function-keys-conf

Make function keys default on Logitech k380 bluetooth keyboard.

Instructions

  1. First install gcc. On Ubuntu run:
sudo apt install gcc
  1. Download installation files https://github.com/jergusg/k380-function-keys-conf/releases/ (Source code).

  2. Connect your K380 keyboard via bluetooth to your computer.

  3. Run build.sh

./build.sh
  1. To switch keyboard's upper keys to F-keys run:
sudo ./k380_conf -d /dev/hidrawX -f on

Where X is number of your keyboard hidraw interface. Possibly 0, 1, 2, 3.

Switch keys to F-keys automatically

Follow instructions your received when you built k380_conf:

sudo cp /your-build-path/80-k380.rules /etc/udev/rules.d/ && sudo udevadm control --reload

Now, when you reconnect your keyboard it will be automatically switched to F-keys mode.

Based on

http://www.trial-n-error.de/posts/2012/12/31/logitech-k810-keyboard-configurator/

https://github.com/embuc/k480_conf

look there for more information

About

Make function keys default on Logitech k380 bluetooth keyboard

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 84.5%
  • Shell 15.5%